Skip to content

Commit 4e77d64

Browse files
committed
Updated the INSTALL file with the changes from 6.36.0.
- Legacy-Id: 12207
1 parent f260a95 commit 4e77d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ General Instructions for Deployment of a New Release
2828

2929
Optionally set up a Python virtual environment::
3030

31-
virtualenv . # optional
32-
source bin/activate # optional
31+
virtualenv --system-site-packages env # optional
32+
source env/bin/activate # optional
3333

3434
4. Install requirements (make sure your pip is reasonably fresh first).
3535
The following will install required python modules locally if you

0 commit comments

Comments
 (0)