Updated quick start

This commit is contained in:
Paul Gauthier 2024-06-10 17:29:41 -07:00
parent 358a1e3a2f
commit 8ebf7cd131
4 changed files with 19 additions and 39 deletions

View file

@ -7,19 +7,7 @@ description: 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
```
{% include get-started.md %}
Or see the
[full installation instructions](/docs/install/install.html)