From 60a5a651894ed8dec0029edf9796754471f3d780 Mon Sep 17 00:00:00 2001
From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se>
Date: Mon, 16 Nov 2015 18:27:27 +0100
Subject: [PATCH] much easier to install with pip

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 53614ba..0e09635 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,8 @@ You are free to use this code, but no warranty whatsoever is given.
 Installation
 ------------
 
-To install the package, first download from GitLab. Then enter the directory, and run the setup script. An example is shown below of these three steps, where the installation is for the user only instead of system wide.
+To install the package, run the command below. It is assumed that you have git and pip installed on your system.
 
 ```bash
-git clone https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git
-cd ess-python-tools
-python setup.py install --user
+pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U
 ```
-- 
GitLab