Skip to content

Commit 673ce12

Browse files
authored
Update README.md
1 parent e50ef00 commit 673ce12

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ strava_conv.add_metadata_to_gpx()
8888
strava_conv.strava_fit_to_gpx()
8989
```
9090

91-
# Dependencies
92-
#### pandas
93-
[pandas](https://github.com/pandas-dev/pandas) is a Python package that provides fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive.
94-
#### gpxpy
95-
[gpxpy](https://github.com/tkrajina/gpxpy) is a simple Python library for parsing and manipulating GPX files. It can parse and generate GPX 1.0 and 1.1 files. The generated file will always be a valid XML document, but it may not be (strictly speaking) a valid GPX document.
96-
#### fitdecode
97-
[fitdecode](https://github.com/polyvertex/fitdecode) is a rewrite of the [fitparse](https://github.com/dtcooper/python-fitparse) module allowing to parse ANT/GARMIN FIT files.
98-
9991
# Command line interface
10092

10193
You can install this package using pip:
@@ -123,3 +115,13 @@ To see the help, run:
123115
```shell
124116
fit2gpx -h
125117
```
118+
119+
# Dependencies
120+
#### pandas
121+
[pandas](https://github.com/pandas-dev/pandas) is a Python package that provides fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive.
122+
#### gpxpy
123+
[gpxpy](https://github.com/tkrajina/gpxpy) is a simple Python library for parsing and manipulating GPX files. It can parse and generate GPX 1.0 and 1.1 files. The generated file will always be a valid XML document, but it may not be (strictly speaking) a valid GPX document.
124+
#### fitdecode
125+
[fitdecode](https://github.com/polyvertex/fitdecode) is a rewrite of the [fitparse](https://github.com/dtcooper/python-fitparse) module allowing to parse ANT/GARMIN FIT files.
126+
127+

0 commit comments

Comments
 (0)