summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 734f9b4..d750f33 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -6,7 +6,7 @@ How to develop
Install the package following README.rst and then install development dependencies::
- pip install -U -r tests/requirements-dev.txt
+ $ pip install -U -r tests/requirements-dev.txt
Unit tests can be run with `pytest <https://pytest.org>`_ with::