Merge pull request #1927 from mbokinala/update-docs-pipx-boto3

docs: update instructions for AWS Bedrock pipx installation to include boto3 inject step
This commit is contained in:
paul-gauthier 2024-10-15 13:21:34 -07:00 committed by GitHub
commit c7a05d75fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,14 @@ export AWS_PROFILE=your-profile
You can add these to your
[.env file](/docs/config/dotenv.html).
## Bedrock with `pipx` installation
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
```
## Running Aider with Bedrock