From aa7a6a312a48164ac5db2858a2e2c3386e154261 Mon Sep 17 00:00:00 2001
From: Christopher Spinrath <christopher.spinrath@univ-grenoble-alpes.fr>
Date: Fri, 24 Jan 2025 10:57:27 +0100
Subject: [PATCH] Document dependencies in README

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0c4d82a
--- /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
+```
-- 
GitLab