Fix CONTRIBUTING.rst not to install requirements as root (#1558)

This commit is contained in:
Iulian Onofrei 2019-10-16 21:50:38 +03:00 committed by Noam Meltzer
parent 98147fce32
commit 7152b5aaf9

View file

@ -25,7 +25,7 @@ Setting things up
.. code-block:: bash
$ sudo pip install -r requirements.txt -r requirements-dev.txt
$ pip install -r requirements.txt -r requirements-dev.txt
5. Install pre-commit hooks: