From 4727ee5cc5395e37501063c6c32422d263f4ab62 Mon Sep 17 00:00:00 2001 From: Greg Back Date: Fri, 7 Apr 2017 11:45:44 -0500 Subject: [PATCH] Update setup instructions. --- docs/contributing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index c7c215d..c76eb4e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -30,6 +30,10 @@ the repository on GitHub and clone your fork instead of the main repo:: $ cd cti-python-stix2 $ pip install -r requirements.txt +3. Install [pre-commit](http://pre-commit.com/#usage) git hooks. + + $ pre-commit install + At this point you should be able to make changes to the code. Code style