Installation#

From PyPI#

PyGPX is available on PyPI. Install with pip or your package manager of choice:

pip install gpx

From source#

If you’d like, you can also install PyGPX from source (with flit):

git clone https://github.com/sgraaf/gpx.git
cd gpx
python3 -m pip install flit
flit install