diff --git a/README.md b/README.md index d21ede7554d862a9b1a12d575dada886b621bc23..9b8b32a0ed7e06ca0d5210513d0a92eefd0e85e5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The argument `-U` implies you should upgrade if you have already installed this Development is done directly to the master branch for now, without much in terms of official approval. Try to use your powers wisely (and no worries, sometimes it breaks and we fix it). -Tags are automatically pushed to our internal artifactory server, so users can install pre-compiled binaries using pip. Note that the version set in `ess/__init__.py` should match the tag. +Tags are automatically pushed to our internal artifactory server, so users can install pre-compiled binaries using pip. It is recommended that you set up a couple of git hooks to avoid test failures. Set `pre-commit run` as the pre-commit hook, and `python tests.py` as your pre-push hook. If you do not know how to set up hooks, ask Yngve.