Installation

The geo library supports Python ≥ 3.9.

To install via PyPI:

$ pip install geo

To install from source (with extras):

$ 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