InstallationΒΆ
The package in released on PyPi so it can be installed easily with pip:
pip install tri3d
# or from source
pip install git+https://github.com/CEA-LIST/tri3d.git
To use plotting helpers, install the optional dependencies as well:
pip install tri3d[plot,jupyter]