interstellar_ai/deployment_scripts/windows/scripts/prepare_py.bat

13 lines
251 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 13:10:24 +02:00
ren python.exe py.exe
2024-10-08 11:28:14 +02:00
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 13:10:24 +02:00
py -m pip install setuptools
2024-10-08 11:28:14 +02:00
py -m pip install -r requirements.txt