diff --git a/INSTALL b/INSTALL index 6b131484d..369395b78 100644 --- a/INSTALL +++ b/INSTALL @@ -5,8 +5,8 @@ On a Debian based system, run: $ sudo apt-get install libjs-jquery libjs-modernizer \ - libjs-twitter-bootstrap make pandoc python2.7 python-cherrypy3 \ - python-django python-bootstrapform python-withsqlite + libjs-twitter-bootstrap make pandoc python3 python3-cherrypy3 \ + python3-django python3-bootstrapform 2. Install Plinth: diff --git a/setup.py b/setup.py index 7f545d4ba..9dc9df8e6 100755 --- a/setup.py +++ b/setup.py @@ -91,8 +91,7 @@ setup( install_requires=[ 'cherrypy >= 3.0', 'django >= 1.6.0', - 'django-bootstrap-form', - 'withsqlite', + 'django-bootstrap-form' ], package_data={'plinth': ['modules/enabled/*', 'templates/*',