use 'python2' everywhere since fdroidserver has not been tested with 3.x

This commit is contained in:
Hans-Christoph Steiner 2014-06-30 11:31:38 -04:00
parent 40d4e30010
commit 7a3992aa1a
3 changed files with 11 additions and 6 deletions

2
README
View file

@ -27,4 +27,4 @@ install:
virtualenv env/
. env/bin/activate
pip install -e .
python setup.py install
python2 setup.py install