Skip to content

Commit e5a1a57

Browse files
committed
update installation command in testing section of contributing docs
1 parent ca8b7d5 commit e5a1a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/community/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To run the tests, clone the repository, and then:
7575
# Setup the virtual environment
7676
python3 -m venv env
7777
source env/bin/activate
78-
pip install -e .[testing,optional,packaging]
78+
pip install -e . --group dev
7979

8080
# Run the tests
8181
./runtests.py

0 commit comments

Comments
 (0)