From aec28916e518443db04a0b48b90752e740bbc21f Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 15 Oct 2019 12:40:46 +0000
Subject: [PATCH] Apply suggestion to docs/installation_instructions.md

---
 docs/installation_instructions.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/installation_instructions.md b/docs/installation_instructions.md
index 3c2fe7961..2ae767c3f 100644
--- a/docs/installation_instructions.md
+++ b/docs/installation_instructions.md
@@ -33,7 +33,8 @@ open an issue on:
     data;
   * root ssh access.
 * A trusted local machine to run the installer on:
-  * You need Python 3 and [virtualenv](https://virtualenv.pypa.io/en/stable/) to
+  * Python 3 installed
+  * We recommend using a [python virtual env](https://docs.python.org/3/tutorial/venv.html) to
     make sure we do not change any of your other projects. Install virtualenv
     by running `pip3 install --user virtualenv` or `apt install virtualenv`
 
-- 
GitLab