mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
Mention requirements
This commit is contained in:
parent
37aa7c4ecb
commit
73be14bd67
1 changed files with 11 additions and 0 deletions
|
@ -3,5 +3,16 @@ Compiled example
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
You need `gpxpy`. Install it via
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip install gpxpy --user
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
Run `python elevation_chart_gen.py -f ../Downloads/Jul_3,_2016_12_52_51.gpx` to
|
Run `python elevation_chart_gen.py -f ../Downloads/Jul_3,_2016_12_52_51.gpx` to
|
||||||
generate the `data.csv`. Then run `make` to generate the chart.
|
generate the `data.csv`. Then run `make` to generate the chart.
|
Loading…
Add table
Add a link
Reference in a new issue