# Developer Guide

Notes for contributors and maintainers.

## Setup

```bash
pip install -e .[full]
pip install -r epione_guide/requirements.txt
```

## Docs

Build the documentation locally:

```bash
cd epione_guide
make html
```

