This commit is contained in:
Paul Gauthier 2024-01-24 10:19:50 -08:00
parent 448735a604
commit 13e9a01f3b

View file

@ -5,6 +5,7 @@
- [Get your OpenAI API key](#get-your-openai-api-key)
- [Windows install](#windows-install)
- [Mac/Linux install](#maclinux-install)
- [Tutorial videos](#tutorial-videos)
## Install git
@ -39,6 +40,14 @@ python -m pip install aider-chat
aider --openai-api-key sk-xxxxxxxxxxxxxxx
```
## Tutorial videos
Here are a few tutorial videos:
- [Aider : the production ready AI coding assistant you've been waiting for](https://www.youtube.com/watch?v=zddJofosJuM) -- Learn Code With JV
- [Holy Grail: FREE Coding Assistant That Can Build From EXISTING CODE BASE](https://www.youtube.com/watch?v=df8afeb1FY8) -- Matthew Berman
- [Aider: This AI Coder Can Create AND Update Git Codebases](https://www.youtube.com/watch?v=EqLyFT78Sig) -- Ian Wootten
## You are done!
See the [usage instructions](/#usage) to start coding with aider.