Installation¶
Dependencies¶
diffstar requires python 3.11 or greater, and has the following dependencies:
numpy,
jax,
h5py, and
diffmah.
Installing the latest release¶
The latest release of diffstar is available for installation with conda-forge:
conda install -c conda-forge diffstar
- Alternatively, you can install with pip::
pip install diffstar
Installing the development branch¶
You can also install diffstar 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.