Update README.md

This commit is contained in:
oldnapalm
2019-06-18 10:06:31 -03:00
committed by GitHub
parent 6896ce6b7f
commit e249170539
+1 -2
View File
@@ -152,7 +152,7 @@ To obtain your current profile:
* Get CLIENT_ID and CLIENT_SECRET from https://www.strava.com/settings/api
* Run ``scripts/strava_auth.py --client-id CLIENT_ID --client-secret CLIENT_SECRET``
* Open http://localhost:8000/ and authorize.
* Add the resulting access token to ``storage/strava_token.txt``
* Move the resulting strava_token.txt (saved in whatever directory you ran strava_auth.py in) into the ``storage`` directory.
## Dependencies
@@ -170,7 +170,6 @@ Docker
* ``pip install protobuf_to_dict``
* OPTIONAL: stravalib (https://github.com/hozn/stravalib)
* ``pip install stravalib``
* Add your Strava API token to ``storage/strava_token.txt``
## Known issues