4 lines
91 B
Batchfile
4 lines
91 B
Batchfile
cd /D .\..\
|
|
python -m venv venv
|
|
.\venv\Scripts\pip.exe install -r ./requirements.txt
|
|
@pause |