From a0a37f3afd80080f90a420a6c6aa25dac4ff590d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 Aug 2024 18:58:16 -0300 Subject: [PATCH] copy --- aider/website/docs/troubleshooting/aider-not-found.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/troubleshooting/aider-not-found.md b/aider/website/docs/troubleshooting/aider-not-found.md index 32db7e306..47e38d170 100644 --- a/aider/website/docs/troubleshooting/aider-not-found.md +++ b/aider/website/docs/troubleshooting/aider-not-found.md @@ -17,7 +17,7 @@ You may see an error message like this: Below is the most fail safe way to install and run aider in these situations: ``` -python -m pip install aider +python -m pip install aider-chat python -m aider ```