From 6d1f2009ed7b0a6bbbded64ced292c947361ed18 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:44:36 +0200 Subject: [PATCH] add req --- README.md | 6 ++++-- requirements.txt | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index bf65d95..7744497 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,10 @@ Below is an overview of its main functionality and usage: ## Usage ### Prerequisites -- Ensure Python 3.x is installed. -- Install the PyYAML-Library (pip install pyyaml) +- Ensure Python 3.x is installed +- Install dependencies: + - via file: `pip install -r requirements.txt` + - Or manually: `pip install PyYAML` ### Configuration File Create a YAML file with the following sections: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c1a201d --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +PyYAML>=6.0