Supported for python version 3.10.
The code requires various packages, which are listed in the requirements/
directory. Using virtual enviroments is recommended. To install them all at once, run the following command in the top-level directory of this repository.
pip install -r requirements/common.txt
or
pip3 install -r requirements/common.txt
Developers should replace common.txt
with dev.txt
.
More documentation is still pending. In the meantime, feel free to open an issue with questions about usage.
Without Docker:
tests/sample_configs/
and copy the config you want to start with to the root directory under the name config.yml
app/data/README.md
flask run
from your terminalWith Docker:
/run.py