10 lines
179 B
Batchfile
10 lines
179 B
Batchfile
python -m venv .venv
|
|
|
|
call .venv\Scripts\activate.bat
|
|
|
|
pip install -r requirements.txt
|
|
copy dist\SpinQInterface_win_x86_64.dll .venv\lib\site-packages\spinqit\
|
|
|
|
call jupyter lab
|
|
|