Installation ============ The package in released on PyPi so it can be installed easily with pip: .. code-block:: 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: .. code-block:: pip install tri3d[plot,jupyter]