Installation¶
Requirements¶
Python >= 3.11
pip
From PyPI¶
pip install phenocluster
From source¶
git clone https://github.com/EttoreRocchi/phenocluster.git
cd phenocluster
pip install -e ".[dev]"
This installs PhenoCluster in editable mode along with development dependencies
(pytest, ruff).