Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ Major Changes From Original Version
* Support for parsing one record at a time. This can be done using
`<FitFile>.parse_one()` for now, but I'm not sure of the exact
implementation yet.



Updating to new FIT SDK versions
--------------------------------
Download the latest SDK from http://www.thisisant.com/pages/products/fit-sdk

Update the profile:
```
python3 scripts/generate_profile.py /path/to/fit_sdk.zip > fitparse/profile.py
```

License
-------
Expand Down