Installing Geodesic#
Installing the Geodesic Python API is done uing pip
.
There are a few installation options including installing all dependencies or only installing minimal dependencies to work. For getting started we recommend installing all dependencies. This will enable all functionality including all Jupyter widgets and visualizations. To install all dependencies along with the Geodesic API, run
pip install geodesic-api[all]