2024-08-13 16:14:00 +04:00
|
|
|
python -m venv .venv
|
|
|
|
|
|
|
|
call .venv\Scripts\activate.bat
|
|
|
|
|
|
|
|
pip install -r requirements.txt
|
2024-08-13 16:58:29 +04:00
|
|
|
copy .venv\SpinQInterface_win_x86_64.dll .venv\lib\site-packages\spinqit\
|
|
|
|
|
2024-08-13 16:14:00 +04:00
|
|
|
call jupyter lab
|
|
|
|
|