Skip to content

Commit

Permalink
Adjusted contributing instructions to note Daphne dependency. (#2023)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
  • Loading branch information
devkral and carltongibson authored Dec 10, 2023
1 parent 33db839 commit 7254186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Make sure the tests pass:

.. code-block:: sh
python -m pip install -e .[tests]
tox
python -m pip install -e .[tests,daphne]
pytest
.. note::
If you're using ``zsh`` for your shell, the above command will fail with a
Expand Down

0 comments on commit 7254186

Please sign in to comment.