Installing Geodesic#

Installing the Geodesic Python API is done uing pip.

There are a few installation options available: you can install all dependencies or choose to install only the minimal dependencies necessary to get started. For the best experience, we recommend installing all dependencies. This will enable all functionalities, including all Jupyter widgets and visualizations. To install all dependencies along with the Geodesic API, run:

pip install geodesic-api[all]