diff --git a/README.rst b/README.rst index 80284ff95f..6a3c5f54b9 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ To install **Mayan EDMS**, simply do: $ virtualenv venv $ source venv/bin/activate - $ pip install mayan-edms==1.0.rc2 + $ pip install mayan-edms==1.0.rc3 $ mayan-edms.py initialsetup $ mayan-edms.py runserver diff --git a/docs/intro/installation.rst b/docs/intro/installation.rst index 3dd79dc550..75b00bfbb9 100644 --- a/docs/intro/installation.rst +++ b/docs/intro/installation.rst @@ -21,7 +21,7 @@ Initialize a ``virtualenv`` to deploy the project: $ virtualenv venv $ source venv/bin/activate - $ pip install mayan-edms==1.0.rc2 + $ pip install mayan-edms==1.0.rc3 By default **Mayan EDMS** will create a single file SQLite_ database, which makes it very easy to start using **Mayan EDMS**. Populate the database with the project's schema doing: