3 lines
100 B
Batchfile
3 lines
100 B
Batchfile
python -m venv .\..\venv
|
|
.\..\venv\Scripts\python.exe -m pip install -r .\..\requirements.txt
|
|
@pause |