From 0aabc4b96c59e2f30f0d46ce000178f5e6001a24 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 27 Oct 2016 11:37:12 +0000 Subject: [PATCH] Updated installation instructions - Legacy-Id: 12222 --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index d677a017e..e79f09081 100644 --- a/INSTALL +++ b/INSTALL @@ -26,9 +26,10 @@ General Instructions for Deployment of a New Release cd $releasenumber - Optionally set up a Python virtual environment:: + It is recommended set up a Python virtual environment + under $releasenumber/env/:: - virtualenv --system-site-packages env # optional + virtualenv env # optional source env/bin/activate # optional 4. Install requirements (make sure your pip is reasonably fresh first).