Skip to content

Commit

Permalink
adding cargo req to readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Nov 4, 2024
1 parent 2ad19b3 commit 78de433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cdp-agentkit-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Core primitives and framework agnostic tools that are meant to be composable and used via Agentkit framework extensions.

## Developing
- cdp-sdk has a dependency on cargo, please install rust and add cargo to your path
- [Rust Installation Instructions] https://doc.rust-lang.org/cargo/getting-started/installation.html
- export PATH="$HOME/.cargo/bin:$PATH"
- Agentkit uses `poetry` for package management and tooling
- [Poetry Installation Instructions](https://python-poetry.org/docs/#installation)
- Run `poetry install` to install `cdp-agentkit-core` dependencies
Expand Down
3 changes: 3 additions & 0 deletions cdp-langchain/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CDP Agentkit Extension - Langchain Toolkit

## Developing
- cdp-sdk has a dependency on cargo, please install rust and add cargo to your path
- [Rust Installation Instructions] https://doc.rust-lang.org/cargo/getting-started/installation.html
- export PATH="$HOME/.cargo/bin:$PATH"
- Agentkit uses `poetry` for package management and tooling
- [Poetry Installation Instructions](https://python-poetry.org/docs/#installation)
- Run `poetry install` to install `cdp-langchain` dependencies
Expand Down

0 comments on commit 78de433

Please sign in to comment.