From fac3363e8c02c62bd75fd6242d3a90d44eb7e569 Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Fri, 13 Sep 2019 15:44:05 +0200
Subject: [PATCH] Update README

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

diff --git a/README.md b/README.md
index 94fc655..859acf9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ order to get your results out of the container.
 - Install our Fouier transform package `pypocketfft`:
 
 ```
-$ pip3 install git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git
+$ pip3 install --user git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git
 ```
 
 - Clone this repository:
@@ -33,7 +33,7 @@ $ git clone --recursive https://gitlab.mpcdf.mpg.de/ift/nifty_tutorial.git
 
 ```
 $ cd nifty_tutorial/nifty
-$ python3 nifty_tutorial/nifty/setup.py install -f
+$ pip3 install --user .
 ```
 
 ## Docker
-- 
GitLab