mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
move pipx bedrock boto3 instructions to bedrock.md
This commit is contained in:
parent
30238dbbd5
commit
ce253fec8f
2 changed files with 8 additions and 7 deletions
|
@ -26,13 +26,6 @@ Install [pipx](https://pipx.pypa.io/stable/) then just do:
|
||||||
pipx install aider-chat
|
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
|
## pipx on replit
|
||||||
|
|
||||||
|
|
|
@ -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