This commit is contained in:
Paul Gauthier 2024-01-24 09:56:14 -08:00
parent f6075605c6
commit 22a73efec4

View file

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