Update readme and requierements

This commit is contained in:
LudvvigB
2025-03-07 09:10:38 +03:00
parent 1f643e90cb
commit bf6046f552
2 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ The script also calculates the following data based on the coordinates (features
* Trackpoint count
* Waypoint count
## Run & Troubleshoot
This uses built-in Python libraries. To run on Python for Linux and older versions of Python for Windows, you may need to install tkinter module for Windows and python3-tk for Linux.
## Usage
Run the gnx2cnx.py script or gnx2cnx.exe (from the release) to start the GUI. Browse and open your files. The converted files will be placed in the same directory as the original files, in a subfolder called 'cnx_routes'.

View File

@@ -1 +0,0 @@
python3-tk