diff --git a/README.md b/README.md index 7a21e23..51bdb99 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,16 @@ Major Changes From Original Version * Support for parsing one record at a time. This can be done using `.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 -------