From a818975823dcf9c70414553724d023b443f72b56 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 21 Nov 2024 14:43:54 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a5bab7..f2699fe6 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ docker compose -f docker-compose-dev.yaml up -d ### Run the Backend > [!Note] -> Make sure you have Python 3.10 or 3.11 installed. +> Make sure you have Python 3.12 installed. 1. Export required environment variables or prepare a `.env` file in the project folder: - Copy [.env-template](https://github.com/arc53/DocsGPT/blob/main/application/.env-template) and create `.env`.