add req
This commit is contained in:
@@ -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
1
requirements.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
PyYAML>=6.0
|
||||||
Reference in New Issue
Block a user