mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
328 B
328 B
You can get started quickly like this:
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