From ba0f57c2798ce09735761d2c9f8033c83c8455ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20D=2E=20M=C3=BCller?= Date: Sun, 7 Jul 2024 23:32:56 +0200 Subject: [PATCH] added netcat to the requirements (#2822) --- Development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Development.md b/Development.md index de5c24b719..302d0b17df 100644 --- a/Development.md +++ b/Development.md @@ -10,6 +10,7 @@ Otherwise, you can clone the OpenDevin project directly. * [Python](https://www.python.org/downloads/) = 3.11 * [NodeJS](https://nodejs.org/en/download/package-manager) >= 18.17.1 * [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) >= 1.8 +* netcat => sudo apt-get install netcat Make sure you have all these dependencies installed before moving on to `make build`.