Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Changes
Page history
Install instructions
authored
Oct 02, 2021
by
galberding
Show whitespace changes
Inline
Side-by-side
Development.md
View page @
7f749180
## 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
...
...
...
...