mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
recommend aider-install
This commit is contained in:
parent
65555b5dd0
commit
f95a6c1a5a
1 changed files with 5 additions and 6 deletions
|
@ -2,16 +2,15 @@
|
||||||
You can get started quickly like this:
|
You can get started quickly like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -m pip install -U aider-chat
|
python -m pip install aider-install
|
||||||
|
aider-install
|
||||||
|
|
||||||
# Change directory into a git repo
|
# Change directory into your code base
|
||||||
cd /to/your/git/repo
|
cd /to/your/git/repo
|
||||||
|
|
||||||
# Work with Claude 3.5 Sonnet on your repo
|
# Work with Claude 3.5 Sonnet on your repo
|
||||||
export ANTHROPIC_API_KEY=your-key-goes-here
|
aider --anthropic-api-key=your-key-goes-here
|
||||||
aider
|
|
||||||
|
|
||||||
# Work with GPT-4o on your repo
|
# Work with GPT-4o on your repo
|
||||||
export OPENAI_API_KEY=your-key-goes-here
|
aider --openai-api-key=your-key-goes-here
|
||||||
aider
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue