From 4e77d64ac4c5a2178a0e344a8705b3c81f418fe5 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 22 Oct 2016 00:35:27 +0000 Subject: [PATCH] Updated the INSTALL file with the changes from 6.36.0. - Legacy-Id: 12207 --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index edb976fbe..d677a017e 100644 --- a/INSTALL +++ b/INSTALL @@ -28,8 +28,8 @@ General Instructions for Deployment of a New Release Optionally set up a Python virtual environment:: - virtualenv . # optional - source bin/activate # optional + virtualenv --system-site-packages env # optional + source env/bin/activate # optional 4. Install requirements (make sure your pip is reasonably fresh first). The following will install required python modules locally if you