Skip to content
Snippets Groups Projects
Christopher Spinrath's avatar
Christopher Spinrath authored
161f6547
Name Last commit Last update
LICENSE
README.md
run-exp.py

Dependencies

The runner script requires the Python packages PyYaml, structlog, and click.

On Debian they can be install via the package manager as follows.

# apt install python3-yaml python3-structlog python3-click