Install instructions authored by galberding's avatar galberding
## Installation
When you intend to develop it is useful to make an editable install with `pip`.
```bash
cd amiroci
pip install -e .
```
This will fetch and install all required dependencies.
## Logging
A simple but easy access logging system is available that can be added to
......
......