diff options
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 6 |
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 + |