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