This commit is contained in:
Paul Gauthier 2024-12-11 12:45:56 -08:00
parent 46e7672197
commit def72a64e0
3 changed files with 8 additions and 21 deletions

View file

@ -1,7 +1,9 @@
{: .tip }
Using a Python
The best way to install aider is with
[pipx](/docs/install/pipx.html)
or
[uv](/docs/install/uv.html)
once for your whole system.
Or, using a python
[virtual environment](https://docs.python.org/3/library/venv.html){:target="_blank"}
is recommended.
Or, you could
[use pipx to install aider](/docs/install/pipx.html)
once for your whole system.