Skip to content
Snippets Groups Projects
Commit 4421faf3 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

updated readme

parent fc02451d
No related branches found
No related tags found
No related merge requests found
Pipeline #41992 passed
...@@ -31,7 +31,7 @@ The argument `-U` implies you should upgrade if you have already installed this ...@@ -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). 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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment