We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ccd74 commit 9f67ae7Copy full SHA for 9f67ae7
README.md
@@ -1,20 +1,8 @@
1
# Strava collections
2
3
-# Install
+This repo builds a webpage some collections of runs and rides from strava.
4
5
-Create and activate python environment
6
-
7
-```
8
-python -m venv env
9
-source env/bin/activate
10
-pip install --upgrade pip
11
12
13
-Install the code and requirements with pip
14
15
16
-pip install -e .
17
+Link to the published webpage: https://max-models.github.io/strava-collections/
18
19
# Get the tokens
20
@@ -29,5 +17,5 @@ export the tokes as `STRAVA_REFRESH_TOKEN` and `STRAVA_ACCESS_TOKEN`.
29
```
30
make html
31
cd ../
32
-open docs/_build/html/index.html
+open docs/build/html/index.html
33
21
0 commit comments