From 53e565ce3ea8b635adf630fab4941f48ac24748d Mon Sep 17 00:00:00 2001 From: Alec Chen <93971719+0xAlec@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:21:04 -0400 Subject: [PATCH] Update README.md --- agent-backend/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/agent-backend/README.md b/agent-backend/README.md index e69de29..e6c0a80 100644 --- a/agent-backend/README.md +++ b/agent-backend/README.md @@ -0,0 +1,12 @@ +## Prerequisites + +- [Poetry](https://python-poetry.org/docs/#installation) +- [Rust](https://www.rust-lang.org/tools/install) + + +## Installing Dependencies + +```bash +poetry install +``` +