From 2ca9d7d1e127c428f1aae7933975c18084930e83 Mon Sep 17 00:00:00 2001
From: Janis Born <born@cs.rwth-aachen.de>
Date: Tue, 3 Apr 2018 16:20:47 +0200
Subject: [PATCH] remove potentially confusing build instructions

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

diff --git a/README.md b/README.md
index 2df787c..79f4195 100644
--- a/README.md
+++ b/README.md
@@ -75,4 +75,5 @@ We provide prebuilt wheels for manual installation with `pip` for the following
 ### Building from source
 1. recursively clone the repo
 2. `cd` to repo dir
-3. `pip install -e .` (or `pip install -e . --user` if you are not root or in a virtualenv)
+3. ensure the correct virtualenv is activated
+4. `pip install -e .`
-- 
GitLab