Installation¶
Prerequisites¶
Environment setup¶
git clone <repo-url>
cd simACE
conda env create -f envs/environment.yml # creates environment and installs simace + fitACE
conda activate simACE
Verify installation¶
Developer dependencies¶
The conda environment installs the developer dependencies from
pyproject.toml. For an existing environment, install them manually with:
This adds: mkdocs, mkdocs-material, mkdocstrings, ruff, pytest, snakemake, and snakefmt.