At the moment, the README suggests the following:
git clone git@github.com:NVIDIA/torch-harmonics.git
cd torch-harmonics
pip install -e .
In fact, for this to work on my machine, I needed to both bound my Python version to 3.11 (see #135 for why), and also run
git clone git@github.com:NVIDIA/torch-harmonics.git
cd torch-harmonics
pip install torch
pip install --no-build-isolation -e .