From da6cb2adb2c6848a90ee8e1cc82600656bf36b16 Mon Sep 17 00:00:00 2001
From: Yngve Inntjore Levinsen <yngve.levinsen@esss.se>
Date: Fri, 22 Jan 2016 13:40:36 +0100
Subject: [PATCH] updated install command, this closes #1

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d6ee3b1..e924d52 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ You are free to use this code, but no warranty whatsoever is given.
 To install the package, run the command below. It is assumed that you have git and pip installed on your system.
 
 ```bash
-pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U
+pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U --user
 ```
 
 ## Usage
-- 
GitLab