Skip to main content

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]

For a minimal installation, which includes only the core functionality of the Geodesic API, run:

pip install geodesic-api

This will not include any additional dependencies such as for Jupyter notebooks/lab and may cause some features to not work as expected. If you are having any issues with missing dependencies, please try installing with the all option.