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:
parent
5cebfed28e
commit
7569b73e5a
|
|
@ -86,7 +86,14 @@ pip install ra-aid
|
||||||
|
|
||||||
### Prerequisites
|
### 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
|
```bash
|
||||||
# Required: Set up your Anthropic API key
|
# Required: Set up your Anthropic API key
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue