This project is developed locally and in CI with pixi, a relatively new approach to
conda package management and task running.
** Note **
Refer to
pixi.toml#/$schemafor the current development version
If using mamba or conda (or some other $CONDA_EXE):
# replace `mamba` with your CONDA_EXE
mamba install -c conda-forge pixi==0.25.0Why pixi?
pixi provides the necessary primitives to:
- capture complex environments, with python and other runtimes
- install environments quickly, and cache well, but only when needed
- run tasks, in the right environment, in the right order
- skip tasks that have already run, and dependencies have not changed
See all the project info:
pixi infoSee just the available top-level pixi tasks:
pixi task list