From bf6046f5529d0c149e7e59e310ddb56e1c8f7774 Mon Sep 17 00:00:00 2001 From: LudvvigB Date: Fri, 7 Mar 2025 09:10:38 +0300 Subject: [PATCH] Update readme and requierements --- README.md | 4 ++++ requirements.txt | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8010e6..14e8810 100644 --- a/README.md +++ b/README.md @@ -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'. diff --git a/requirements.txt b/requirements.txt index 90537ae..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +0,0 @@ -python3-tk