Installation¶
Requirements¶
Python >= 3.11
pip
From PyPI¶
pip install phenocluster
To enable the optional Streamlit dashboard (Interactive Dashboard):
pip install 'phenocluster[dashboard]'
The core package does not depend on Streamlit; the extras pull in
streamlit and watchdog only when you opt in.
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).