update to README and Makefile to support both Python 2 and 3

This commit is contained in:
petergardfjall
2018-09-01 08:50:54 +02:00
parent 825c4fcb8a
commit 2c9ed99087
3 changed files with 26 additions and 13 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
venv:
venv-py2:
virtualenv venv.garminexport
venv-py3:
python3 -m venv venv.garminexport
init:
pip install -r requirements.txt