Skip to content

Commit 0aabc4b

Browse files
committed
Updated installation instructions
- Legacy-Id: 12222
1 parent 7f9fa7b commit 0aabc4b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

INSTALL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ General Instructions for Deployment of a New Release
2626

2727
cd $releasenumber
2828

29-
Optionally set up a Python virtual environment::
29+
It is recommended set up a Python virtual environment
30+
under $releasenumber/env/::
3031

31-
virtualenv --system-site-packages env # optional
32+
virtualenv env # optional
3233
source env/bin/activate # optional
3334

3435
4. Install requirements (make sure your pip is reasonably fresh first).

0 commit comments

Comments
 (0)