fixes
This commit is contained in:
parent
b50b7afbe3
commit
e522c0af2f
2 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
cd python-bin
|
||||
set PATH=%PATH%;"%CD%";
|
||||
curl -O https://bootstrap.pypa.io/get-pip.py
|
||||
ren python py
|
||||
ren python.exe py.exe
|
||||
py get-pip.py
|
||||
cd Scripts
|
||||
set PATH=%PATH%;"%CD%";
|
||||
|
@ -9,4 +9,5 @@ cd ..
|
|||
cd ..
|
||||
|
||||
cd py
|
||||
py -m pip install setuptools
|
||||
py -m pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue