mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
docs: update instructions for pipx installation to include boto3 inject step
This commit is contained in:
parent
96cdd95988
commit
30238dbbd5
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue