# Installation

To install AstrAFocus, run

```bash
pip install astrafocus
```

or from sources

```bash
git clone https://github.com/dgegen/astrafocus.git
cd astrafocus
pip install .
```

For development, install from source using [uv](https://docs.astral.sh/uv/):

```bash
uv sync --group dev --group docs --group test
```
