recommend aider-install

This commit is contained in:
Paul Gauthier 2024-12-14 09:42:32 -08:00
parent 65555b5dd0
commit f95a6c1a5a

View file

@ -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
``` ```