From 62c0918acfe96b69bb481f1bb8752b8abae5f3f0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 26 Oct 2016 22:54:20 -0400 Subject: [PATCH] Update appearance of install commands to reflect virtualenv activation. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2ba44c413a..37edc4c352 100644 --- a/README.rst +++ b/README.rst @@ -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.