We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f260a95 commit 4e77d64Copy full SHA for 4e77d64
INSTALL
@@ -28,8 +28,8 @@ General Instructions for Deployment of a New Release
28
29
Optionally set up a Python virtual environment::
30
31
- virtualenv . # optional
32
- source bin/activate # optional
+ virtualenv --system-site-packages env # optional
+ source env/bin/activate # optional
33
34
4. Install requirements (make sure your pip is reasonably fresh first).
35
The following will install required python modules locally if you
0 commit comments