Added py -m aider tip to main install page

This commit is contained in:
Paul Gauthier 2024-08-08 13:00:07 -03:00
parent 30af7f68bd
commit 381f33c743
3 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,4 @@
{: .tip }
In some environments the `aider` command may not be available
on your shell path.
You can also run aider like this: `python -m aider`

View file

@ -15,6 +15,8 @@ for more details,
or the
[usage instructions](https://aider.chat/docs/usage.html) to start coding with aider.
{% include python-m-aider.md %}
<div class="video-container">
<video controls poster="/assets/install.jpg">
<source src="/assets/install.mp4" type="video/mp4">

View file

@ -59,10 +59,7 @@ $ aider --4o --openai-api-key sk-xxx...
$ aider --sonnet --anthropic-api-key sk-xxx...
```
{: .tip }
In some environments the `aider` command may not be available
on your shell path.
You can also run aider like this: `python -m aider`
{% include python-m-aider.md %}
## Working with other LLMs