infrastructure/scripts/setup.sh

8 lines
94 B
Bash
Raw Normal View History

2019-12-08 17:09:07 +00:00
#!/usr/bin/env bash
set -ex
python -m venv env
env/bin/pip install -r dev-requirements.txt