mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Fix CONTRIBUTING.rst not to install requirements as root (#1558)
This commit is contained in:
parent
98147fce32
commit
7152b5aaf9
1 changed files with 1 additions and 1 deletions
2
.github/CONTRIBUTING.rst
vendored
2
.github/CONTRIBUTING.rst
vendored
|
@ -25,7 +25,7 @@ Setting things up
|
||||||
|
|
||||||
.. code-block:: bash
|
.. 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:
|
5. Install pre-commit hooks:
|
||||||
|
|
Loading…
Reference in a new issue