Add pyenv start script (for linux only, so far)

This commit is contained in:
Corder Guy 2018-04-10 14:33:03 -05:00
parent e7f978fb43
commit 3e4f879178

5
RUN_THIS_TO_SETUP_VENV.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/bash
set -e
source "./venv/bin/activate"
pip install -Ur ./requirements.txt