dd/MDA/project/run.bat
2025-02-13 11:25:06 +04:00

9 lines
106 B
Batchfile

python -m venv .venv
call .venv\Scripts\activate.bat
pip install -r requirements.txt
call jupyter lab