From 01c4c4bee4b5d8dc227e3432f585229a7c9d7126 Mon Sep 17 00:00:00 2001 From: ITNerdAZ <158104716+ITNerdAZ@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:56:02 +0000 Subject: [PATCH] Add installation warning to readme (#883) * Update README * Update README.md --------- Co-authored-by: Robert Brennan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 343eb2f031..014598df45 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ Getting started with the OpenDevin project is incredibly easy. Follow these simp * [NodeJS](https://nodejs.org/en/download/package-manager) >= 18.17.1 * [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) >= 1.8 +Make sure you have all these dependencies installed before moving on to `make build`. + ### 2. Build and Setup The Environment - **Build the Project:** Begin by building the project, which includes setting up the environment and installing dependencies. This step ensures that OpenDevin is ready to run smoothly on your system.