Updated the INSTALL file with the changes from 6.36.0.

- Legacy-Id: 12207
This commit is contained in:
Henrik Levkowetz 2016-10-22 00:35:27 +00:00
parent f260a95b96
commit 4e77d64ac4

View file

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