From 7aa92d3771cbd5e690a816e5afe1e60ffdc53a90 Mon Sep 17 00:00:00 2001 From: Hemanth Kumar Veeranki Date: Sat, 16 Jul 2016 00:17:51 +0530 Subject: [PATCH] Added Missed Dependencies to the file --- INSTALL | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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