# Appendix 1: Erebus Technical Details ## Installation Open a terminal and install `erebus` via pip: ```commandline $ pip install erebus ``` ## Using the `erebus` package ```python from erebus import * ``` ## Using the `erebus` application ...