summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-05-16 10:37:25 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-05-16 10:37:25 +0200
commitcc453678269ba5c98366ea52e109280650a14d33 (patch)
treeb124281e847cd2fa95f506776dfcad6cb01724e0 /CONTRIBUTING.rst
parent833615262a6ca1a3cbc0ef923986631bab83e80f (diff)
Style.
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::