This commit is contained in:
Paul Gauthier 2024-12-16 16:29:43 -08:00
parent 81b75d178b
commit 9b424e0fe7
4 changed files with 58 additions and 58 deletions

View file

@ -43,19 +43,19 @@ VIDEO END -->
cog.out(open("aider/website/_includes/get-started.md").read())
]]]-->
You can get started quickly like this, with python 3.8-3.13:
If you already have python 3.8-3.13 installed, 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
cd /to/your/project
# Work with Claude 3.5 Sonnet on your repo
# Work with Claude 3.5 Sonnet on your code
aider --model sonnet --anthropic-api-key your-key-goes-here
# Work with GPT-4o on your repo
# Work with GPT-4o on your code
aider --model gpt-4o --openai-api-key your-key-goes-here
```
<!--[[[end]]]-->