From 4421faf3a7154ef3aabfe86929be2f7d2def938e Mon Sep 17 00:00:00 2001 From: Yngve Levinsen <yngve.levinsen@ess.eu> Date: Fri, 11 Sep 2020 14:41:41 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d21ede7..9b8b32a 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. -- GitLab