dd/MDA/project/run.bat

9 lines
106 B
Batchfile
Raw Permalink Normal View History

2025-02-13 11:25:06 +04:00
python -m venv .venv
call .venv\Scripts\activate.bat
pip install -r requirements.txt
call jupyter lab