From 7cd3b1c22212461f2e3a383635ac9b7741858071 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 26 Jul 2024 15:04:50 +0200 Subject: [PATCH] Added docs for: python -m aider #126 --- aider/website/docs/install/install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aider/website/docs/install/install.md b/aider/website/docs/install/install.md index 6c482dd05..9c99cd967 100644 --- a/aider/website/docs/install/install.md +++ b/aider/website/docs/install/install.md @@ -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 %}