Skip to content

Commit 584e8b9

Browse files
committed
Updated Testing section from Contributing.md
1 parent 34b6222 commit 584e8b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/community/contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +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 .
79-
pip install -r requirements.txt
78+
pip install -e .[testing,optional,packaging]
8079

8180
# Run the tests
8281
./runtests.py

0 commit comments

Comments
 (0)