2
0
Fork 0
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:
Martin Thoma 2016-07-04 17:27:11 +02:00
parent 37aa7c4ecb
commit 73be14bd67

View file

@ -3,5 +3,16 @@ Compiled example
![Example](elevation-chart.png) ![Example](elevation-chart.png)
## 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.