From e5cb81c11f55bcf85442a596befcd0cf64c2f828 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 22 Dec 2024 16:47:58 -0500 Subject: [PATCH] copy --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index bd86b18b5..c4b7da05b 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -66,7 +66,7 @@ Launch the docker container and run the benchmark inside it: # Inside the container, install aider as a development build. # This way you're running the code that you cloned above, including any local changes. -pip install -e . +pip install -e .[dev] # Run the benchmark: ./benchmark/benchmark.py a-helpful-name-for-this-run --model gpt-3.5-turbo --edit-format whole --threads 10 --exercises-dir polyglot-benchmark