fastbook/os_linux_mac_start.sh
2024-04-06 21:44:33 -06:00

9 lines
110 B
Bash
Executable File

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
jupyter notebook --no-browser