Installation

Dependencies

dsps requires numpy, jax, and h5py.

Installing the latest release

The latest release of dsps is available for installation with pip:

pip install dsps

Alternatively, you can install the code using conda-forge:

conda install -c conda-forge dsps

Installing the development branch

You can also install dsps by downloading the source code or cloning the GitHub repository, and running the standard:

pip install .

To use the latest code on the main branch, you’ll need to install from source.