aider/website/docs/install.md
Paul Gauthier 02c7335aa7 copy
2024-06-08 15:50:29 -07:00

985 B

title has_children nav_order description
Installation true 20 How to install and get started pair programming with aider.

Quick start

You can get started quickly like this:

$ 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 see the full installation instructions for more details, or the usage instructions to start coding with aider.