You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,5 +18,5 @@ Now you have two alternatives:
18
18
2. The GPX file is now located in the script's folder as out.gpx
19
19
* The hard way:
20
20
1. Press `Ctrl+U, Ctrl+S` (in firefox and chrome at least) to download the source of the page.
21
-
2. Open the command line (`CTRL+R -> cmd -> enter`) and run `python polar_export.py [downloaded file]`. If python is not found (meaning python is not in your environment variables),find python.exe and use the full path, typically (Windows, x86) `"C:\Program Files\Python27\python.exe" [qualified path to script] [qualified path to file]`.
22
-
3. The GPX file is now in the folder the downloaded file is in with teh same name (but gpx file extension).
21
+
2. Open the command line (`WIN+R -> cmd -> enter`)/terminal and run `python polar_export.py [downloaded file]`. If python is not found (meaning python is not in your environment variables),find python.exe and use the full path, typically (Windows, x86) `"C:\Program Files\Python27\python.exe" [qualified path to script] [qualified path to file]`.
22
+
3. The GPX file is now in the folder the downloaded file is in with the same name (but gpx file extension).
0 commit comments