mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
docs: Update boto3 install instructions for Bedrock
This commit is contained in:
parent
328a3c3178
commit
7a50b7779a
1 changed files with 8 additions and 16 deletions
|
@ -82,25 +82,17 @@ $env:AWS_REGION = 'us-west-2' # Put whichever AWS region that you'd like, that
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install boto3
|
## Install boto3
|
||||||
|
You may need to install the `boto3` package.
|
||||||
Aider needs the `boto3` library to connect to Bedrock.
|
|
||||||
|
|
||||||
The AWS Bedrock provider requires the `boto3` package in order to function correctly:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pip install boto3
|
|
||||||
```
|
|
||||||
|
|
||||||
To use aider installed via `pipx` with AWS Bedrock, you must add the `boto3` dependency to aider's virtual environment by running
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pipx inject aider-chat boto3
|
|
||||||
```
|
|
||||||
|
|
||||||
You must install `boto3` dependency to aider's virtual environment installed via one-liner or uv by running
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# If you installed with aider-install or `uv tool`
|
||||||
uv tool run --from aider-chat pip install boto3
|
uv tool run --from aider-chat pip install boto3
|
||||||
|
|
||||||
|
# Or with pipx...
|
||||||
|
pipx inject aider-chat boto3
|
||||||
|
|
||||||
|
# Or with pip
|
||||||
|
pip install -U boto3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue