From 216c18c41a85a0379ee89cce2cc55a830116a32f Mon Sep 17 00:00:00 2001 From: josfam Date: Sun, 1 Dec 2024 06:46:44 +0300 Subject: [PATCH] Fix typo in python dependency install instructions - Add requirements.txt file to the pip install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fda2267..261bb1e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This project is optimized for GitHub Codespaces, providing a pre-configured envi 2. Install Python dependencies ```sh - pip install + pip install -r requirements.txt ``` ## API Integration