update README with corrected install instructions

This commit is contained in:
cottongin 2025-02-23 01:07:42 -08:00
parent cc28b0962b
commit 959aff1032
Signed by: cottongin
GPG Key ID: A0BD18428A296890

View File

@ -24,7 +24,7 @@ Note: This is a work in progress. It has only been tested on **Python 3.12.6**.
1. Clone the repository 1. Clone the repository
2. Install dependencies: 2. Install dependencies:
```bash ```bash
pip install asif aiohttp pyyaml pip install -r requirements.txt
``` ```
## Configuration ## Configuration