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 +``` +