initial commit

This commit is contained in:
petergardfjall
2014-11-08 13:35:47 +01:00
parent b187971ef4
commit e030c015d2
11 changed files with 727 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
venv:
virtualenv venv.garminexport
init:
pip install -r requirements.txt
clean:
find -name '*~' -exec rm {} \;
find -name '*pyc' -exec rm {} \;