Initial groundwork for using virtualenv

This commit is contained in:
2010-06-30 10:45:27 +01:00
parent 0d5bd2a16f
commit 3034a0c09a
6 changed files with 13 additions and 10 deletions

3
setup-env.sh Executable file
View File

@@ -0,0 +1,3 @@
virtualenv --distribute env
. ./env/bin/activate
pip install -r requirements.txt