fastbook/os_linux_mac_start.sh
2024-04-06 21:13:29 -06:00

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