fastbook/os_win_start.ps1

9 lines
151 B
PowerShell
Raw Normal View History

2024-04-07 03:13:29 +00:00
python3 -m venv env
.\env\Scripts\Activate.ps1
python3 -m pip install --upgrade pip
pip install -r .\requirements.txt
jupyter notebook --no-browser