From df14ce6c7211939733a811f99eaa8bc45c04f6bf Mon Sep 17 00:00:00 2001 From: Yufan Song <33971064+yufansong@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:17:34 -0700 Subject: [PATCH] add version info (#168) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b53b50a238..a8f62a8db5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ OpenDevin is still a work in progress. But you can run the current app to see th ### Requirements * [Docker](https://docs.docker.com/engine/install/) -* [Python](https://www.python.org/downloads/) +* [Python](https://www.python.org/downloads/) >= 3.10 * [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) ### Installation