Skip to content

Commit c4969e4

Browse files
authored
Merge pull request #44 from nandsha/docs/fix-python-version-requirement
docs: Update Python version requirement in README
2 parents 6efccf7 + dff6596 commit c4969e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Follow these steps to get the application running locally for development and te
2828
**1. Prerequisites:**
2929

3030
- Node.js and npm (or yarn/pnpm)
31-
- Python 3.8+
31+
- Python 3.11+
3232
- **`GEMINI_API_KEY`**: The backend agent requires a Google Gemini API key.
3333
1. Navigate to the `backend/` directory.
3434
2. Create a file named `.env` by copying the `backend/.env.example` file.

0 commit comments

Comments
 (0)