Merge pull request #44 from nandsha/docs/fix-python-version-requirement

docs: Update Python version requirement in README
This commit is contained in:
Philipp Schmid
2025-06-18 14:50:15 +02:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ Follow these steps to get the application running locally for development and te
**1. Prerequisites:** **1. Prerequisites:**
- Node.js and npm (or yarn/pnpm) - 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. - **`GEMINI_API_KEY`**: The backend agent requires a Google Gemini API key.
1. Navigate to the `backend/` directory. 1. Navigate to the `backend/` directory.
2. Create a file named `.env` by copying the `backend/.env.example` file. 2. Create a file named `.env` by copying the `backend/.env.example` file.