feat: add missing dependency hints for Gemini and Bedrock

This commit is contained in:
Paul Gauthier 2024-12-06 13:43:49 -08:00 committed by Paul Gauthier (aider)
parent f2d2ab51b1
commit 779983cb85
3 changed files with 16 additions and 5 deletions

View file

@ -50,7 +50,7 @@ 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 boto3
pipx inject aider-chat boto3
```