diff --git a/cdp-agentkit-core/README.md b/cdp-agentkit-core/README.md index d738670f1..ecc73dfbf 100644 --- a/cdp-agentkit-core/README.md +++ b/cdp-agentkit-core/README.md @@ -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 diff --git a/cdp-langchain/README.md b/cdp-langchain/README.md index e032d1364..9449113e6 100644 --- a/cdp-langchain/README.md +++ b/cdp-langchain/README.md @@ -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