mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
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:
commit
c7a05d75fd
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ export AWS_PROFILE=your-profile
|
||||||
You can add these to your
|
You can add these to your
|
||||||
[.env file](/docs/config/dotenv.html).
|
[.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
|
## Running Aider with Bedrock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue