mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 02:10:48 +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
|