This commit is contained in:
Paul Gauthier 2024-12-16 12:38:01 -08:00
parent b37d89bd08
commit 23c95d24f1

View file

@ -25,7 +25,7 @@ A recommended way to install aider is with uv:
```bash ```bash
python -m pip install uv # If you need to install uv python -m pip install uv # If you need to install uv
uv tool install --force --python python3.12 aider-chat 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. You can use uv to install aider with your existing python versions 3.8-3.13.