interstellar_ai/deployment_scripts/windows/scripts/prepare_py.bat

11 lines
200 B
Batchfile
Raw Normal View History

2024-10-08 09:08:05 +02:00
cd python-bin
set PATH=%PATH%;%CD%
2024-10-08 10:14:12 +02:00
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
2024-10-08 09:08:05 +02:00
cd Scripts
set PATH=%PATH%;%CD%
cd ..
cd ..
cd py
python -m pip install -r requirements.txt