docs: add aider requirement to prerequisites

Add instruction to install aider package as it's required to be in PATH
This commit is contained in:
AI Christianson 2024-12-10 19:28:16 -05:00
parent 5cebfed28e
commit 7569b73e5a
1 changed files with 8 additions and 1 deletions

View File

@ -86,7 +86,14 @@ pip install ra-aid
### Prerequisites
Before using RA.Aid, you'll need to set up your API keys for the required AI services:
Before using RA.Aid, you'll need:
1. Python package `aider` installed and available in your PATH:
```bash
pip install aider-chat
```
2. API keys for the required AI services:
```bash
# Required: Set up your Anthropic API key