Initial commit

Bootstrap script, requirements.txt
This commit is contained in:
Eryn Wells 2018-01-26 21:05:25 -08:00
commit 59fe829a20
2 changed files with 26 additions and 0 deletions

4
bootstrap.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
python3 -m venv env
env/bin/pip3 install -r requirements.txt