mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20:48 +00:00
9 lines
151 B
PowerShell
9 lines
151 B
PowerShell
|
python3 -m venv env
|
||
|
|
||
|
.\env\Scripts\Activate.ps1
|
||
|
|
||
|
python3 -m pip install --upgrade pip
|
||
|
|
||
|
pip install -r .\requirements.txt
|
||
|
|
||
|
jupyter notebook --no-browser
|