interstellar_ai/deployment_scripts/windows/scripts/prepare_py.bat

12 lines
213 B
Batchfile
Raw Normal View History

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