From dff659605184b9420bd04e0a100863ae7fbf3dea Mon Sep 17 00:00:00 2001 From: Nandha Reddy Date: Fri, 6 Jun 2025 00:36:34 +1000 Subject: [PATCH] Update Python version requirement to match pyproject.toml The README incorrectly stated Python 3.8+ was sufficient, but backend/pyproject.toml requires Python >=3.11. This caused installation errors for users with Python 3.8-3.10. Fixes #27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 275a8d8..e004742 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Follow these steps to get the application running locally for development and te **1. Prerequisites:** - Node.js and npm (or yarn/pnpm) -- Python 3.8+ +- Python 3.11+ - **`GEMINI_API_KEY`**: The backend agent requires a Google Gemini API key. 1. Navigate to the `backend/` directory. 2. Create a file named `.env` by copying the `backend/.env.example` file.