Installation#
DerivKit is available through the following channels:
PyPI
To install DerivKit with e.g. pip, use:
pip install derivkit
Conda-forge
conda install derivkit
DerivKit source
pip install -e derivkit@git+https://github.com/derivkit/derivkit
Optional dependencies#
JAX autodiff#
DerivKit includes optional JAX-based autodiff helpers and an opt-in autodiff backend.
To enable them, install the JAX extra:
pip install "derivkit[jax]"
For GPU or accelerator support, follow the official JAX installation instructions first, then install DerivKit with the extra above.