Skip to content

Development#

To create a development environment, you must have mamba installed.

A development conda environment can be created and activated with:

make env
conda activate absolv

To format the codebase:

make format

To run the unit tests:

make test

To serve the documentation locally:

mkdocs serve