diff --git a/INSTALL b/INSTALL index c19f07985..fe5df94c6 100644 --- a/INSTALL +++ b/INSTALL @@ -30,7 +30,8 @@ python3-requests \ python3-setuptools \ python3-yaml \ - xmlto + xmlto \ + docbook-utils 2. Install Plinth: @@ -46,3 +47,14 @@ 4. Access Plinth UI: Plinth UI should be accessible at http://localhost:8000 + +Note:- +Django 1.9 is required to run plinth +You can check the version by running django-admin --version in terminal +If apt-get provided django<=1.9 then follow the below steps +i) Uninstall Older django versions + sudo apt-get remove python3-django python3-django-stronghold python3-bootstrap +ii) Install Python3 pip + sudo apt-get install python3-pip +iii) Install django1.9 through pip + sudo pip3 install django django-bootstrap-form django-stronghold --upgrade