From f978bd49825dea283b2d002fab1875a60658a994 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 28 Oct 2016 04:56:35 -0400 Subject: [PATCH] Tweak installation instructions for easy of interpretation. --- README.rst | 2 +- docs/index.rst | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 8b478fbdd5..6413fd09d4 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ To install Mayan EDMS, simply do: $ virtualenv venv $ source venv/bin/activate - $ pip install mayan-edms + (venv) $ pip install mayan-edms (venv) $ mayan-edms.py initialsetup (venv) $ mayan-edms.py runserver diff --git a/docs/index.rst b/docs/index.rst index 20e7fcedcf..5414dd9a4b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,12 +10,12 @@ and install it from PyPI with the following commands: .. code-block:: bash - sudo apt-get install libjpeg-dev libmagic1 libpng-dev libreoffice libtiff-dev gcc ghostscript gnupg1 python-dev python-virtualenv tesseract-ocr poppler-utils -y - virtualenv venv - source venv/bin/activate - pip install mayan-edms - mayan-edms.py initialsetup - mayan-edms.py runserver + $ sudo apt-get install libjpeg-dev libmagic1 libpng-dev libreoffice libtiff-dev gcc ghostscript gnupg1 python-dev python-virtualenv tesseract-ocr poppler-utils -y + $ virtualenv venv + $ source venv/bin/activate + (venv) pip install mayan-edms + (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.