mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
16 lines
328 B
Markdown
16 lines
328 B
Markdown
|
|
You can get started quickly like this:
|
|
|
|
```bash
|
|
python -m pip install aider-install
|
|
aider-install
|
|
|
|
# Change directory into your code base
|
|
cd /to/your/git/repo
|
|
|
|
# Work with Claude 3.5 Sonnet on your repo
|
|
aider --anthropic-api-key your-key-goes-here
|
|
|
|
# Work with GPT-4o on your repo
|
|
aider --openai-api-key your-key-goes-here
|
|
```
|