]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
simplify dev install command
authorDavid Lord <davidism@gmail.com>
Mon, 8 Feb 2021 19:57:06 +0000 (11:57 -0800)
committerDavid Lord <davidism@gmail.com>
Mon, 8 Feb 2021 19:57:06 +0000 (11:57 -0800)
CONTRIBUTING.rst

index 40a74c785586ca869d49c322c4b966a7112ea2c7..1618558e241f30d2b00ba4efcb4ddf002c0d19a8 100644 (file)
@@ -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.