diff --git a/README.md b/README.md
index ee2f557b60c84b66e27ebce6d6194bbe5f4e2751..3dbe365ac84992ec29519178970726b7826316f2 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,13 @@ You are free to use this code, but no warranty whatsoever is given.
 
 ### Installation
 
+If you want to install this on the ESS Jupyter server or similar ESS configured computer, then run
+
+```bash
+pip install ess-python-tools -U
+```
+
+If you wish to use our artifactory server then you can add https://artifactory.esss.lu.se/artifactory/api/pypi/pypi-virtual/simple as your index-url or as extra-index-url in your [pip.conf](https://pip.pypa.io/en/stable/user_guide/#id19).
 
 To install/ upgrade the package, run the command below. It is assumed that you have git and pip installed on your system.
 
@@ -19,6 +26,15 @@ If you have installed using Anaconda, we recommend to not use the argument `--us
 
 The argument `-U` implies you should upgrade if you have already installed this package but a newer exist. `--user` implies that this should be installed for the current user only (usually in the folder ~/.local/lib/).
 
+
+### Developers
+
+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.
+
+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.
+
 ### Usage
 
 Please see the [Online Documentation](http://ess-bp.pages.esss.lu.se/ess-python-tools).