~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/install.rst

  • Committer: William Grant
  • Date: 2009-12-08 04:21:39 UTC
  • Revision ID: grantw@unimelb.edu.au-20091208042139-y5n30k5rlpxhtv95
Drop python-routes dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
   + Genshi (``python-genshi``)
44
44
   + psycopg2 (``python-psycopg2``)
45
45
   + pysvn (``python-svn``)
46
 
   + Routes (``python-routes``)
47
46
   + Storm (``python-storm``)
48
47
* jQuery (``libjs-jquery``)
49
48
* PostgreSQL 8.3 or later (``postgresql``)
69
68
 
70
69
    sudo apt-get install apache2 libapache2-mod-python libapache2-svn \
71
70
    python2.6 python-cjson python-configobj python-docutils python-epydoc \
72
 
    python-formencode python-genshi python-psycopg2 python-svn python-routes \
73
 
    python-storm libjs-jquery postgresql subversion debootstrap rsync \
74
 
    build-essential
 
71
    python-formencode python-genshi python-psycopg2 python-svn python-storm \
 
72
    libjs-jquery postgresql subversion debootstrap rsync build-essential
75
73
 
76
74
While installing from a distribution package is often a better idea for
77
75
users, developers will need to install from a plain source tree.