This commit is contained in:
CodeDevMLH
2025-09-25 23:44:36 +02:00
parent e380ba9355
commit 6d1f2009ed
2 changed files with 5 additions and 2 deletions

View File

@@ -54,8 +54,10 @@ Below is an overview of its main functionality and usage:
## Usage ## Usage
### Prerequisites ### Prerequisites
- Ensure Python 3.x is installed. - Ensure Python 3.x is installed
- Install the PyYAML-Library (pip install pyyaml) - Install dependencies:
- via file: `pip install -r requirements.txt`
- Or manually: `pip install PyYAML`
### Configuration File ### Configuration File
Create a YAML file with the following sections: Create a YAML file with the following sections:

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
PyYAML>=6.0