Skip to content

Commit 9f67ae7

Browse files
authored
Added the link to the pages on the readme (#41)
1 parent 45ccd74 commit 9f67ae7

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
# Strava collections
22

3-
# Install
3+
This repo builds a webpage some collections of runs and rides from strava.
44

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-
```
5+
Link to the published webpage: https://max-models.github.io/strava-collections/
186

197
# Get the tokens
208

@@ -29,5 +17,5 @@ export the tokes as `STRAVA_REFRESH_TOKEN` and `STRAVA_ACCESS_TOKEN`.
2917
```
3018
make html
3119
cd ../
32-
open docs/_build/html/index.html
20+
open docs/build/html/index.html
3321
```

0 commit comments

Comments
 (0)