quantum-showcase/run.bat

8 lines
105 B
Batchfile
Raw Normal View History

2024-08-13 16:14:00 +04:00
python -m venv .venv
call .venv\Scripts\activate.bat
pip install -r requirements.txt
call jupyter lab