Skip to content

Commit

Permalink
add backend dependencies
Browse files Browse the repository at this point in the history
add backend dependencies
  • Loading branch information
0xAlec authored Oct 31, 2024
2 parents 10883de + 53e565c commit dede24e
Show file tree
Hide file tree
Showing 3 changed files with 3,084 additions and 0 deletions.
12 changes: 12 additions & 0 deletions agent-backend/README.md
Original file line number Diff line number Diff line change
@@ -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
```

Loading

0 comments on commit dede24e

Please sign in to comment.