Skip to content

Commit 7254186

Browse files
Adjusted contributing instructions to note Daphne dependency. (#2023)
Co-authored-by: Carlton Gibson <[email protected]>
1 parent 33db839 commit 7254186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Make sure the tests pass:
2525

2626
.. code-block:: sh
2727
28-
python -m pip install -e .[tests]
29-
tox
28+
python -m pip install -e .[tests,daphne]
29+
pytest
3030
3131
.. note::
3232
If you're using ``zsh`` for your shell, the above command will fail with a

0 commit comments

Comments
 (0)