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
|