From 07c675ed06df179c182187eaee2537cc7ee22590 Mon Sep 17 00:00:00 2001 From: Bartek Kowalik Date: Thu, 2 Jan 2025 08:39:20 +0100 Subject: [PATCH] Document boto3 install process with uv --- aider/website/docs/llms/bedrock.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aider/website/docs/llms/bedrock.md b/aider/website/docs/llms/bedrock.md index 5bcef9b16..64a95c8dd 100644 --- a/aider/website/docs/llms/bedrock.md +++ b/aider/website/docs/llms/bedrock.md @@ -53,6 +53,12 @@ To use aider installed via `pipx` with AWS Bedrock, you must add the `boto3` dep pipx inject aider-chat boto3 ``` +You must install `boto3` dependency to aider's virtual environment installed via one-liner or uv by running + +```bash +uv tool run --from aider-chat pip install boto3 +``` + ## Running Aider with Bedrock