From b54fc10ee02aeb578fd5cd5ab8893a1c3ea99322 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 09:59:22 -0700 Subject: [PATCH] Explain -m aider.main in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2b97a4ac5..35d71f397 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ Run the `aider` tool by executing the following command: aider ... ``` +If your pip install did not place an `aider` executable on your path, you can invoke aider like this: + +``` +python -m aider.main +``` + Replace ``, ``, etc., with the paths to the source code files you want to work on. These files will be "added to the chat session", so that GPT can see their contents and edit them according to your instructions.