Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 76 forks source link

Installation command don't work #125

Closed antoniovj1 closed 9 years ago

antoniovj1 commented 9 years ago

sudo setup.py install does not install antfs-cli ( may be a problem in my computer) but I think that the proper command is sudo python setup.py install

philipwhiuk commented 9 years ago

It's missing

#!/bin/python

at the top of the file.

Tigge commented 9 years ago

Yeah, the instructions here do say to use sudo python setup.py install but adding a shebang would be nice.