From 959aff103246d6019416bb580e4eaa32253105c5 Mon Sep 17 00:00:00 2001 From: cottongin Date: Sun, 23 Feb 2025 01:07:42 -0800 Subject: [PATCH] update README with corrected install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af8605b..2e5da64 100644 --- a/README.md +++ b/README.md @@ -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 2. Install dependencies: ```bash -pip install asif aiohttp pyyaml +pip install -r requirements.txt ``` ## Configuration