From 7152b5aaf96425007194d8104bc7ece797feafeb Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Wed, 16 Oct 2019 21:50:38 +0300 Subject: [PATCH] Fix CONTRIBUTING.rst not to install requirements as root (#1558) --- .github/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index e6c748b84..05bd22e02 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -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: