Installing ========== This library requires ``torch`` to be installed before use. Install from PyPI ----------------- Install the latest stable release using ``pip``: .. code-block:: bash pip install spherical-inr Install for development ----------------------- Clone the repository and install the package in editable mode to work directly with the source code: .. code-block:: bash git clone https://github.com/your-org/spherical-inr.git cd spherical-inr pip install -e .