Bootstrap.cmd fix
This commit is contained in:
parent
26230a9c0d
commit
cb7b3eef41
|
@ -1,5 +1,5 @@
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
.\env\bin\activate.bat
|
.\env\Scripts\activate.bat
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
echo Ready
|
echo Done
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Reference in New Issue