Add PyPI installation instructions

This commit is contained in:
Roberto Rosario
2014-07-11 04:03:59 -04:00
parent 7355c17880
commit a9e0bde6ac

View File

@@ -25,6 +25,20 @@ License
This project is open sourced under `Apache 2.0 License`_.
Installation
------------
$ 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
$ mayan-edms.py syncdb --migrate --noinput
$ mayan-edms.py runserver
Point your browsers to 127.0.0.1:8000 and use the automatically created admin
account.
Contribute
----------