mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-08 20:00:44 +00:00
9 lines
110 B
Bash
9 lines
110 B
Bash
|
python3 -m venv env
|
||
|
|
||
|
source env/bin/activate
|
||
|
|
||
|
|
||
|
pip install -r requirements.txt
|
||
|
|
||
|
jupyter notebook --no-browser
|