docs: update instructions for pipx installation to include boto3 inject step

This commit is contained in:
Manav Bokinala 2024-10-04 20:05:33 -07:00
parent 96cdd95988
commit 30238dbbd5

View file

@ -26,6 +26,13 @@ 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