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 ```