Developer Guide

Contents

Developer Guide#

Notes for contributors and maintainers.

Setup#

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

Docs#

Build the documentation locally:

cd epione_guide
make html