Skip to content

Building

The recommended way to install signedheat3d is via PyPI:

pip install signedheat3d
You can also clone the repository and install it from source:
git clone --recursive https://github.com/nzfeng/signed-heat-python.git
cd signed-heat-python
git submodule update --init --recursive
pip install .
If you do not clone recursively, some submodules or sub-submodules will not clone. Initialize/update these submodules by running git submodule update --init --recursive or git submodule update --recursive.

Example

For a simple example project using Polyscope for visualization, see the sample Python project here.