diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0c4d82a1768f6184170ec6cc5712ca66c919ac1c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## Dependencies +The runner script requires the Python packages `PyYaml` and `click`. + +On Debian they can be install via the package manager as follows. +``` +# apt install python3-yaml python3-click +```