Skip to content

Commit

Permalink
Merge pull request #2750 from bkowalik/patch-1
Browse files Browse the repository at this point in the history
Document boto3 install process with aider installed by uv or one-liner
  • Loading branch information
paul-gauthier authored Jan 2, 2025
2 parents f292e01 + 07c675e commit 94f83eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aider/website/docs/llms/bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94f83eb

Please sign in to comment.