Skip to content

Commit 331e827

Browse files
committed
Specify to install test dependencies for contributors.
1 parent 1598922 commit 331e827

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ execute
9595

9696
.. code:: bash
9797
98-
python setup.py install
98+
pip install -e ".[test]"
99+
99100
100101
Testing
101102
=======

0 commit comments

Comments
 (0)