From c43c034d4735710f3eb0f8921b40af6f7d79fbe8 Mon Sep 17 00:00:00 2001 From: zeko9381 <41266882+zeko9381@users.noreply.github.com> Date: Fri, 25 Mar 2022 09:57:51 +0100 Subject: [PATCH] Update README.md --- contrib/gpx-to-rec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gpx-to-rec/README.md b/contrib/gpx-to-rec/README.md index f09a2ea..044503b 100644 --- a/contrib/gpx-to-rec/README.md +++ b/contrib/gpx-to-rec/README.md @@ -1,5 +1,5 @@ # gpx-to-rec.py -This script attempts to convert a `gpx` file into `rec` files to be used with `recorder`. I've only tested this script with gpx files with only one track and one segment. +This script attempts to convert a `gpx` file into `rec` files to be used with `recorder`. I've only tested this script with gpx files with only one track and one segment from Phonetrack. ## Installation `gpx-to-rec.py` depends on [`gpxpy`](https://github.com/tkrajina/gpxpy) which you can install with `pip`: