mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
d984b1ceee
commit
490aaf55ce
1 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
|
||||
# Installing aider
|
||||
|
||||
## Install the "aider-chat" package with pip from one of these sources:
|
||||
## pip install aider-chat
|
||||
|
||||
Install the “aider-chat” package with pip from one of these sources:
|
||||
|
||||
* PyPI hosts the released and most stable version:
|
||||
* `python -m pip install aider-chat`
|
||||
|
@ -42,6 +44,10 @@ Make sure you have git installed and available on your shell path.
|
|||
Here are
|
||||
[instructions for installing git in various environments](https://github.com/git-guides/install-git).
|
||||
|
||||
## You are done!
|
||||
|
||||
The rest of these install steps are completely options.
|
||||
|
||||
## Install universal ctags (optional)
|
||||
|
||||
Aider does not require ctags, and will operate just fine without it.
|
||||
|
@ -71,7 +77,7 @@ Some things to be aware of:
|
|||
* You need a build which includes the json feature. You can check by running `ctags --version` and looking for `+json` in the `Optional compiled features` list.
|
||||
|
||||
|
||||
## Add aider to your editor
|
||||
## Add aider to your editor (optional)
|
||||
|
||||
[joshuavial](https://github.com/joshuavial) has provided a NeoVim plugin for aider:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue