Added docs for: python -m aider #126

This commit is contained in:
Paul Gauthier 2024-07-26 15:04:50 +02:00
parent ab1d3502fc
commit 7cd3b1c222

View file

@ -60,6 +60,16 @@ Or, you could
[use pipx to install aider](/docs/install/pipx.html)
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
{% include works-best.md %}