瀏覽代碼

Mention requirements

Martin Thoma 9 年之前
父節點
當前提交
73be14bd67
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      tikz/gpx-gps-elevation-chart-generator/README.md

+ 11 - 0
tikz/gpx-gps-elevation-chart-generator/README.md

@@ -3,5 +3,16 @@ Compiled example
 ![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
 generate the `data.csv`. Then run `make` to generate the chart.