switch from requirements.txt to pipenv/Pipfile

This commit is contained in:
Peter Gardfjäll
2020-04-08 20:25:16 +02:00
parent e7fc7e970a
commit 94872ae543
4 changed files with 222 additions and 15 deletions
+2 -8
View File
@@ -1,12 +1,6 @@
venv-py2:
virtualenv venv.garminexport
venv-py3:
python3 -m venv venv.garminexport
init:
pip install -r requirements.txt
venv:
pipenv install
clean:
find -name '*~' -exec rm {} \;