mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 11:40:30 +03:00
use 'python2' everywhere since fdroidserver has not been tested with 3.x
This commit is contained in:
parent
40d4e30010
commit
7a3992aa1a
3 changed files with 11 additions and 6 deletions
2
README
2
README
|
|
@ -27,4 +27,4 @@ install:
|
|||
virtualenv env/
|
||||
. env/bin/activate
|
||||
pip install -e .
|
||||
python setup.py install
|
||||
python2 setup.py install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue