From 381f33c743348c43a7ca528faebb37f4f30a3bee Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 Aug 2024 13:00:07 -0300 Subject: [PATCH] Added py -m aider tip to main install page --- aider/website/_includes/python-m-aider.md | 4 ++++ aider/website/docs/install.md | 2 ++ aider/website/docs/install/install.md | 5 +---- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 aider/website/_includes/python-m-aider.md diff --git a/aider/website/_includes/python-m-aider.md b/aider/website/_includes/python-m-aider.md new file mode 100644 index 000000000..fe8f5d499 --- /dev/null +++ b/aider/website/_includes/python-m-aider.md @@ -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` diff --git a/aider/website/docs/install.md b/aider/website/docs/install.md index 58cc3957b..df5358c89 100644 --- a/aider/website/docs/install.md +++ b/aider/website/docs/install.md @@ -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 %} +