summaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-09-06 15:39:21 -0500
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-09-06 15:44:43 -0500
commite1e4e93ba2d570070058aaec64d69ef3123f7303 (patch)
treed7e4896a9091a743d9f51d67f5bc6278c40da741 /docs/installation.rst
parent3326ce230c992382896905d9b7c642faa602319c (diff)
[VVP] Documented usage of black code formatter
Issue-ID: VVP-203 Change-Id: Ifc5a6a94d7f25e729746ab210e8e7854fb5890ba Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index a20bbed..2e561fd 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -52,3 +52,9 @@ or its `GitHub mirror <https://github.com/onap/vvp-validation-scripts>`__.
3. Install the required dependencies with the following command::
> python pip install -r requirements.txt
+
+4. If you plan to make code changes, then initialize the standard git
+ commit hooks by initializing pre-commit::
+
+ > pre-commit install
+