Installation ============ The *geo* library supports Python ≥ 3.9. To install via PyPI: .. code-block:: console $ pip install geo To install from source (with extras): .. code-block:: console $ git clone https://github.com/mctrinh/geo.git $ cd geo $ python -m venv .venv && source .venv/bin/activate $ pip install -e .[full] # extras: shapely, trimesh, scipy, matplotlib