From 83887070f45a66e24e8554e8d0bc583917944ef9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 13:26:07 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d37646c11..25acd9a78 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa ## Installation -1. Install the package: +1. Install the package with pip: * PyPI: `python -m pip install aider-chat` * GitHub: `python -m pip install git+https://github.com/paul-gauthier/aider.git` * Local clone: `python -m pip install -e .`