remove incorrect note about requiring admin install
This commit is contained in:
parent
de556f895f
commit
9926fcf452
|
@ -212,9 +212,7 @@ Here is a simple overview, with pytest-specific bits:
|
||||||
If you need some help with Git, follow this quick start
|
If you need some help with Git, follow this quick start
|
||||||
guide: https://git.wiki.kernel.org/index.php/QuickStart
|
guide: https://git.wiki.kernel.org/index.php/QuickStart
|
||||||
|
|
||||||
#. Install `pre-commit <https://pre-commit.com>`_ and its hook on the pytest repo:
|
#. Install `pre-commit <https://pre-commit.com>`_ and its hook on the pytest repo::
|
||||||
|
|
||||||
**Note: pre-commit must be installed as admin, as it will not function otherwise**::
|
|
||||||
|
|
||||||
$ pip install --user pre-commit
|
$ pip install --user pre-commit
|
||||||
$ pre-commit install
|
$ pre-commit install
|
||||||
|
|
Loading…
Reference in New Issue