From 9926fcf452db4a1e5af050de25c5f82ab3479061 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 7 May 2020 13:51:20 -0700 Subject: remove incorrect note about requiring admin install --- CONTRIBUTING.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d5137d978..ea424f1e6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -212,9 +212,7 @@ Here is a simple overview, with pytest-specific bits: If you need some help with Git, follow this quick start guide: https://git.wiki.kernel.org/index.php/QuickStart -#. Install `pre-commit `_ and its hook on the pytest repo: - - **Note: pre-commit must be installed as admin, as it will not function otherwise**:: +#. Install `pre-commit `_ and its hook on the pytest repo:: $ pip install --user pre-commit $ pre-commit install -- cgit v1.2.3