Merge pull request #2750 from bkowalik/patch-1

Document boto3 install process with aider installed by uv or one-liner
This commit is contained in:
paul-gauthier 2025-01-02 09:44:22 -04:00 committed by GitHub
commit 94f83eb9e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,12 @@ To use aider installed via `pipx` with AWS Bedrock, you must add the `boto3` dep
pipx inject aider-chat boto3 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 ## Running Aider with Bedrock