Update appearance of install commands to reflect virtualenv activation.

This commit is contained in:
Roberto Rosario
2016-10-26 22:54:20 -04:00
parent 61e2925a61
commit 62c0918acf

View File

@@ -34,8 +34,8 @@ To install Mayan EDMS, simply do:
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms
$ mayan-edms.py initialsetup
$ mayan-edms.py runserver
(venv) $ mayan-edms.py initialsetup
(venv) $ mayan-edms.py runserver
Point your browser to 127.0.0.1:8000 and use the automatically created admin
account.