From c847be5b847661d00476514fea3c49342aec8630 Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Mon, 8 Dec 2025 10:50:46 +0530 Subject: [PATCH] update installation command in testing section of contributing docs --- docs/community/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/contributing.md b/docs/community/contributing.md index 511e54727..00e4ec4d8 100644 --- a/docs/community/contributing.md +++ b/docs/community/contributing.md @@ -75,7 +75,7 @@ To run the tests, clone the repository, and then: # Setup the virtual environment python3 -m venv env source env/bin/activate - pip install -e .[testing,optional,packaging] + pip install -e . --group dev # Run the tests ./runtests.py