mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-21 20:14:59 +00:00
copy
This commit is contained in:
parent
5e0cb8d658
commit
8d0c962f42
3 changed files with 25 additions and 10 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue