소스 검색

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.