gpxviewer (Version 2.4.1) | 2023-06-18 18:15 |
The easiest way to start using GPX Viewer is to install the binary for your system.
First of all make sure you have all the dependencies installed:
You can use your Linux package manager or prefer manual installation (more details about QCustomPlot_PyQt5 are here). The latter way is the only available for Windows users. In this case you should download Python3 from the official website and use pip to install other packages from Python Package Index:
sudo pip install PyQt5 QCustomPlot_PyQt5 setuptools
Get GPX Viewer sources from downloads or checkout the latest development revision. Then run
sudo python3 setup.py installfrom the sources directory to install GPX Viewer. On Linux the binary gpxv will be installed to the default path and GPX Viewer shortcut should also appear in the application launcher menu. On Windows the executable gpxv.exe will be in the Scripts folder of your Python installation.