Installation#
To install AstrAFocus, run
pip install astrafocus
or from sources
git clone https://github.com/dgegen/astrafocus.git
cd astrafocus
pip install .
For development, install from source using uv:
uv sync --group dev --group docs --group test