fastbook/os_linux_mac_start.sh

10 lines
140 B
Bash
Raw Normal View History

2024-04-07 03:13:29 +00:00
python3 -m venv env
source env/bin/activate
python3 -m pip --upgrade pip
pip install -r requirements.txt
jupyter notebook --no-browser