This commit is contained in:
Paul Gauthier 2024-12-16 15:57:13 -08:00
parent 5e0cb8d658
commit 8d0c962f42
3 changed files with 25 additions and 10 deletions

View file

@ -1,16 +1,16 @@
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
```