move pipx bedrock boto3 instructions to bedrock.md

This commit is contained in:
Manav Bokinala 2024-10-15 12:59:08 -07:00
parent 30238dbbd5
commit ce253fec8f
2 changed files with 8 additions and 7 deletions

View file

@ -26,13 +26,6 @@ Install [pipx](https://pipx.pypa.io/stable/) then just do:
pipx install aider-chat
```
## pipx installation with AWS Bedrock provider
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
```
## pipx on replit

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