From 30238dbbd526a8f2d91564cf9f5e00e49cf12755 Mon Sep 17 00:00:00 2001 From: Manav Bokinala Date: Fri, 4 Oct 2024 20:05:33 -0700 Subject: [PATCH] docs: update instructions for pipx installation to include boto3 inject step --- aider/website/docs/install/pipx.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aider/website/docs/install/pipx.md b/aider/website/docs/install/pipx.md index 85cd8abec..632eeca07 100644 --- a/aider/website/docs/install/pipx.md +++ b/aider/website/docs/install/pipx.md @@ -26,6 +26,13 @@ Install [pipx](https://pipx.pypa.io/stable/) then just do: pipx install aider-chat ``` +## pipx installation with AWS Bedrock provider +The AWS Bedrock provider requires the `boto3` package in order to function correctly. To use aider installed via `pipx` with AWS Bedrock, you must add the `boto3` dependency to aider's virtual environment by running + +``` +pipx inject aider boto3 +``` + ## pipx on replit