12 lines
No EOL
213 B
Batchfile
12 lines
No EOL
213 B
Batchfile
cd python-bin
|
|
set PATH=%PATH%;"%CD%";
|
|
curl -O https://bootstrap.pypa.io/get-pip.py
|
|
ren python py
|
|
py get-pip.py
|
|
cd Scripts
|
|
set PATH=%PATH%;"%CD%";
|
|
cd ..
|
|
cd ..
|
|
|
|
cd py
|
|
py -m pip install -r requirements.txt |