mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
410e732eb3
commit
81b75d178b
1 changed files with 5 additions and 4 deletions
|
@ -55,9 +55,10 @@ python -m pip install uv # If you need to install uv
|
|||
uv tool install --force --python python3.12 aider-chat@latest
|
||||
```
|
||||
|
||||
You can use uv to install aider with your existing python versions 3.8-3.13.
|
||||
This will install uv using your existing python version 3.8-3.13,
|
||||
and use it to install aider.
|
||||
If needed,
|
||||
uv will automatically install a separate version of python3.12 to use with aider.
|
||||
uv will automatically install a separate python 3.12 to use with aider.
|
||||
|
||||
Also see the
|
||||
[docs on other methods for installing uv itself](https://docs.astral.sh/uv/getting-started/installation/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue