mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Added docs for: python -m aider #126
This commit is contained in:
parent
ab1d3502fc
commit
7cd3b1c222
1 changed files with 10 additions and 0 deletions
|
@ -60,6 +60,16 @@ Or, you could
|
||||||
[use pipx to install aider](/docs/install/pipx.html)
|
[use pipx to install aider](/docs/install/pipx.html)
|
||||||
once for your whole system.
|
once for your whole system.
|
||||||
|
|
||||||
|
## Running aider as a module
|
||||||
|
|
||||||
|
In some environments the `aider` command may not be available
|
||||||
|
on your shell path.
|
||||||
|
You can also run aider as a module, like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ python -m aider (...rest of aider args...)
|
||||||
|
```
|
||||||
|
|
||||||
## Working with other LLMs
|
## Working with other LLMs
|
||||||
|
|
||||||
{% include works-best.md %}
|
{% include works-best.md %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue