Installation Guide

To install forestci and its dependencies:

python -m pip install forestci

If you wish to install from the source code (available here), change your working directory to the top-level directory and install the package in editable mode. Development dependencies are declared in pyproject.toml:

python -m pip install -e ".[dev]"