Try a different formatter

This commit is contained in:
Roberto Rosario
2014-07-11 04:09:13 -04:00
parent a9e0bde6ac
commit ee52c2cfc0

View File

@@ -28,11 +28,15 @@ This project is open sourced under `Apache 2.0 License`_.
Installation
------------
.. code-block:: bash
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc1
Instead of using the usual ./manage.py use the alias mayan-edms.py
Instead of using the usual ./manage.py use the alias mayan-edms.py::
.. code-block:: bash
$ mayan-edms.py syncdb --migrate --noinput
$ mayan-edms.py runserver