You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/python
Brandon DeRosier ee875f979b
Allow running scripts using msys2/mingw/git bash (#1954)
Signed-off-by: Brandon DeRosier <x@bdero.me>
5 years ago
..
.gitignore Integrating latest 47acbe8 5 years ago
.p4ignore Initial commit 5 years ago
get_python.bat Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
get_python.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
get_python.sh Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
pip.cmd Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
pip.sh Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
python.cmd Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
python.sh Allow running scripts using msys2/mingw/git bash (#1954) 5 years ago
readme.md Initial commit 5 years ago
requirements.txt Integrating latest from github/staging 5 years ago

readme.md

About this folder

This folder holds things like the python requirements.txt file that applies to all projects across the board.

Python will also be downloaded as a package from a packge store during CMAKE configure, and will be committed to this folder, under a sub-folder called "runtime/(operating system name)" which is why its in the ignore file.