From dc1a1e668506c474c9f36c20489b9a7d41797165 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Mon, 25 Mar 2024 18:15:25 -0400 Subject: [PATCH] Update README.md (#160) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff337e1b81..b53b50a238 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,14 @@ Welcome to OpenDevin, an open-source project aiming to replicate [Devin](https:/ ## Work in Progress -OpenDevin is still a work in progress. But you can run the current app to see things working end-to-end: +OpenDevin is still a work in progress. But you can run the current app to see things working end-to-end. +### Requirements +* [Docker](https://docs.docker.com/engine/install/) +* [Python](https://www.python.org/downloads/) +* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) + +### Installation ```bash export OPENAI_API_KEY="..." export WORKSPACE_DIR="/path/to/your/project"