mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
f6075605c6
commit
22a73efec4
1 changed files with 10 additions and 6 deletions
|
@ -6,12 +6,6 @@
|
|||
- [Windows install](#windows-install)
|
||||
- [MacOS or Linux install](#macos-or-linux-install)
|
||||
|
||||
Optional steps:
|
||||
|
||||
- [Store your API key](#store-your-api-key-optional)
|
||||
- [Add aider to your editor (optional)](#add-aider-to-your-editor-optional)
|
||||
- [Install PortAudio (optional)](#install-portaudio-optional)
|
||||
|
||||
## Install git
|
||||
|
||||
Make sure you have git installed.
|
||||
|
@ -27,7 +21,10 @@ Note that this is different than being a "ChatGPT Plus" subscriber.
|
|||
## Windows install
|
||||
|
||||
```
|
||||
# Install aider
|
||||
py -m pip install aider-chat
|
||||
|
||||
# Launch aider
|
||||
aider --openai-api-key sk-xxxxxxxxxxxxxxx
|
||||
```
|
||||
|
||||
|
@ -35,7 +32,10 @@ aider --openai-api-key sk-xxxxxxxxxxxxxxx
|
|||
|
||||
|
||||
```
|
||||
# Install aider
|
||||
python -m pip install aider-chat
|
||||
|
||||
# Launch aider
|
||||
aider --openai-api-key sk-xxxxxxxxxxxxxxx
|
||||
```
|
||||
|
||||
|
@ -49,6 +49,10 @@ See the [usage instructions](/#usage) to start coding with aider.
|
|||
|
||||
The steps below are completely optional.
|
||||
|
||||
- [Store your API key (optional)](#store-your-api-key-optional)
|
||||
- [Add aider to your editor (optional)](#add-aider-to-your-editor-optional)
|
||||
- [Install PortAudio (optional)](#install-portaudio-optional)
|
||||
|
||||
## Store your api key (optional)
|
||||
|
||||
You can place your api key in an environment variable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue