summary refs log tree commit diff stats
path: root/setup_env.bash
blob: d25baa9c0a78b0007a34a569b774d983b905f0b5 (plain) (blame)
1
2
3
python -m venv venv &&
. venv/bin/activate &&
pip install -r requirements.txt