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.