Warning
The conda-forge package is not maintained anymore since version 2.0.0.
Install guide
As a user
A Python wheel is available on PyPi. Install Kernax into your Python environment with:
pip install kernax
As a developper
We recommand using uv. Clone the repository, then run:
uv sync
This creates a virtual environment for developing Kernax. If you’re not familiar with uv, have a look at their Getting started guide.