Updated installation instructions

- Legacy-Id: 12222
This commit is contained in:
Henrik Levkowetz 2016-10-27 11:37:12 +00:00
parent 7f9fa7b02a
commit 0aabc4b96c

View file

@ -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).