mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 14:14:59 +00:00
refactor: simplify voice command and improve installation docs
This commit is contained in:
parent
fcb2bacd1e
commit
f6b956dc8e
5 changed files with 20 additions and 31 deletions
|
@ -5,13 +5,16 @@ nav_order: 100
|
|||
|
||||
# Install with pipx
|
||||
|
||||
|
||||
Install [pipx](https://pipx.pypa.io/stable/) then do:
|
||||
A recommended way to install aider is with pipx:
|
||||
|
||||
```
|
||||
python -m pip install pipx # If you need to install pipx
|
||||
pipx install aider-chat
|
||||
```
|
||||
|
||||
See also the
|
||||
[docs on other methods for installing pipx itself](https://pipx.pypa.io/stable/installation/).
|
||||
|
||||
|
||||
## pipx on replit
|
||||
|
||||
|
|
|
@ -5,11 +5,14 @@ nav_order: 100
|
|||
|
||||
# Install with uv
|
||||
|
||||
A recommended way to install aider is with uv:
|
||||
|
||||
Install [uv](https://docs.astral.sh/uv/getting-started/installation/) then do:
|
||||
|
||||
```
|
||||
```bash
|
||||
python -m pip install uv # If you need to install uv
|
||||
uv tool install --python python3.12 aider-chat
|
||||
```
|
||||
|
||||
See also the
|
||||
[docs on other methods for installing uv itself](https://docs.astral.sh/uv/getting-started/installation/).
|
||||
|
||||
{% include conflicts.md %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue