Installation instructions ========================= Dependencies ------------ diffmah requires python>=3.9, and has the following dependencies: - `numpy `__ - `jax `__ Installation ------------ The latest release of diffmah is available on pip and conda-forge: conda install -c conda-forge diffmah You can also install diffmah 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.