forked from React-Group/interstellar_ai
11 lines
No EOL
200 B
Batchfile
11 lines
No EOL
200 B
Batchfile
cd python-bin
|
|
set PATH=%PATH%;%CD%
|
|
curl -O https://bootstrap.pypa.io/get-pip.py
|
|
python get-pip.py
|
|
cd Scripts
|
|
set PATH=%PATH%;%CD%
|
|
cd ..
|
|
cd ..
|
|
|
|
cd py
|
|
python -m pip install -r requirements.txt |