Skip to content

Commit

Permalink
Merge pull request #200 from tim-schilling/contributing-docs-install
Browse files Browse the repository at this point in the history
Wrap the test install with quotes.
  • Loading branch information
stevejalim committed Dec 21, 2023
2 parents a9f6bf6 + 22ab52e commit 427666f
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 427666f

Please sign in to comment.