aider/aider/website/_includes/get-started.md
Paul Gauthier 8c79e5ccfb copy
2024-12-14 20:09:51 -08:00

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
```