From d3efdd8a549c064ccd223e51892c2b638a608632 Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Fri, 5 Jan 2018 20:21:54 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a21e23..84ad272 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 /path/to/fit_sdk.zip scripts/generate_profile.py > fitparse/profile.py +``` License ------- From a463424f72d083ea460a4984413a8f0e36fc492b Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Fri, 5 Jan 2018 20:23:30 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ad272..51bdb99 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Download the latest SDK from http://www.thisisant.com/pages/products/fit-sdk Update the profile: ``` -python3 /path/to/fit_sdk.zip scripts/generate_profile.py > fitparse/profile.py +python3 scripts/generate_profile.py /path/to/fit_sdk.zip > fitparse/profile.py ``` License