9 lines
106 B
Batchfile
9 lines
106 B
Batchfile
python -m venv .venv
|
|
|
|
call .venv\Scripts\activate.bat
|
|
|
|
pip install -r requirements.txt
|
|
|
|
call jupyter lab
|
|
|