aider/website/docs/install.md
2024-06-05 21:13:56 -07:00

359 B

title has_children nav_order
Installation true 20

Quick start

$ pip install aider-chat

# To work with GPT-4o
$ export OPENAI_API_KEY=your-key-goes-here
$ aider 

# To work with Claude 3 Opus:
$ export ANTHROPIC_API_KEY=your-key-goes-here
$ aider --opus

Or read the detailed installation instructions.