mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 18:30:44 +00:00
10 lines
140 B
Bash
10 lines
140 B
Bash
|
python3 -m venv env
|
||
|
|
||
|
source env/bin/activate
|
||
|
|
||
|
python3 -m pip --upgrade pip
|
||
|
|
||
|
pip install -r requirements.txt
|
||
|
|
||
|
jupyter notebook --no-browser
|