mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Added py -m aider tip to main install page
This commit is contained in:
parent
30af7f68bd
commit
381f33c743
3 changed files with 7 additions and 4 deletions
4
aider/website/_includes/python-m-aider.md
Normal file
4
aider/website/_includes/python-m-aider.md
Normal 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`
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue