Installation

You can install MeasureIA via:

pip install measureia

Note: the package depends on kmeans_radec, which is not pip‑installable. You need to install it manually ( see https://github.com/esheldon/kmeans_radec).

Alternatively, you can use uv for dependency management:

git clone https://github.com/MarloesvL/measure_IA.git
cd measure_IA
uv sync
uv run [script_name].py

If not using uv or pip, install dependencies via requirements.txt, remembering the kmeans_radec external dependency.