From e93a154e88dae802c62391348a7d4d09641dd71e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 30 Oct 2023 11:20:55 -0700 Subject: [PATCH] install using python 3.9-3.11 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 2c3b2d9ea..58e0acf9d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -12,7 +12,7 @@ Optional steps: ## pip install aider-chat -Install the “aider-chat” package with pip from one of these sources: +Install the “aider-chat” package with pip from one of these sources, using python 3.9-3.11: * PyPI hosts the released and most stable version: * `python -m pip install aider-chat`