dtcooper / python-fitparse

Python library to parse ANT/Garmin .FIT files
http://pythonhosted.org/fitparse/
MIT License
740 stars 184 forks source link

Installing from pip produces error message #78

Closed anthonyjchriste closed 6 years ago

anthonyjchriste commented 6 years ago

Trying to install python-fitparse from pip produces the following error:

pip install python-fitparse Collecting python-fitparse Could not find a version that satisfies the requirement python-fitparse (from versions: ) No matching distribution found for python-fitparse

Python: 3.7.0 pip: 18.1 OS: OS X 10.13.4

anthonyjchriste commented 6 years ago

Sorry, I just realized the package name is fitparse, not python-fitparse. FYI, the documentation at http://dtcooper.github.io/python-fitparse/ is out of date. If I find some time I will clean it up and submit a pull request.

dtcooper commented 6 years ago

Yay! Thank you. Pull requests always welcome, especially ones cleaning up + adding docs :)