Added extras to the README and virtualenv setup

This commit is contained in:
2010-10-28 09:30:30 +01:00
parent c6015dfdad
commit 05919de1d3
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
rm -rf ./env
virtualenv -q --distribute env
. ./env/bin/activate
pip install -q -r requirements.txt