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