create env helper

This commit is contained in:
Élie Bouttier 2014-08-05 23:31:25 -07:00
parent 63adeefce1
commit 291873fffe

7
createenv.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
pyvenv env
. env/bin/activate
pip install -r requirements.txt