Skip to content

Commit

Permalink
Wrap the test install with quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Dec 21, 2023
1 parent a9f6bf6 commit 22ab52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test those features thoroughly.
To run the tests, install the requirements (probably into a virtualenv_)::

pip install -e .
pip install -e .[tests]
pip install -e ".[tests]"

Then just `py.test`_ to run the tests::

Expand Down

0 comments on commit 22ab52e

Please sign in to comment.