This commit is contained in:
Peter Boráros 2013-07-10 18:26:44 +02:00
commit 628dff712f
11 changed files with 79 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
initenv:
virtualenv .
virtualenv --relocatable .
bin/pip install -r requirements.txt
rmenv:
rm -fr bin lib include local