Installing#

This library requires torch to be installed before use.

Install from PyPI#

Install the latest stable release using pip:

pip install spherical-inr

Install for development#

Clone the repository and install the package in editable mode to work directly with the source code:

git clone https://github.com/your-org/spherical-inr.git
cd spherical-inr
pip install -e .