InstallationΒΆ
pygeosolve requires Python 3.8 or later. It can be installed from PyPI using pip or your favourite Python package
manager using e.g.:
$ pip install pygeosolve
To check pygeosolve installed correctly, you can run:
$ python -c "import pygeosolve; print(pygeosolve.__version__)"
It should output the installed version number.