mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
copy
This commit is contained in:
parent
381f33c743
commit
0e2c7c60fa
3 changed files with 12 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
||||||
{: .tip }
|
{: .tip }
|
||||||
In some environments the `aider` command may not be available
|
In some environments you may get "aider command not found" errors.
|
||||||
on your shell path.
|
You can try `python -m aider` or
|
||||||
You can also run aider like this: `python -m aider`
|
[see here for more info](/docs/troubleshooting/aider-not-found.html).
|
||||||
|
|
||||||
|
|
7
aider/website/_includes/venv-pipx.md
Normal file
7
aider/website/_includes/venv-pipx.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{: .tip }
|
||||||
|
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.
|
|
@ -25,13 +25,7 @@ To work with Anthropic's models like Claude 3.5 Sonnet you need a paid
|
||||||
[Anthropic API key](https://docs.anthropic.com/claude/reference/getting-started-with-the-api).
|
[Anthropic API key](https://docs.anthropic.com/claude/reference/getting-started-with-the-api).
|
||||||
|
|
||||||
|
|
||||||
{: .tip }
|
{% include venv-pipx.md %}
|
||||||
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.
|
|
||||||
|
|
||||||
## Mac/Linux install
|
## Mac/Linux install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue