From: David Lord Date: Mon, 8 Feb 2021 19:57:06 +0000 (-0800) Subject: simplify dev install command X-Git-Tag: 3.0.0rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6577e9a36dbc099772be02e6662cf65637f6e6d;p=thirdparty%2Fjinja.git simplify dev install command --- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 40a74c78..1618558e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -112,9 +112,6 @@ First time setup .. code-block:: text - $ pip install -r requirements/dev.txt - $ pip install -e . - # or on one line: $ pip install -r requirements/dev.txt && pip install -e . - Install the pre-commit hooks.