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

« back to all changes in this revision

Viewing changes to doc/man/install.rst

  • Committer: William Grant
  • Date: 2010-07-20 04:52:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1826.
  • Revision ID: grantw@unimelb.edu.au-20100720045231-8ia3uk8nao8zdq1i
Replace cjson with json, or simplejson if json is not available (Python <2.6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   + mod_python (``libapache2-mod-python``)
37
37
   + mod_dav_svn and mod_authz_svn (``libapache2-svn``)
38
38
* Python 2.5 (``python2.5``) or 2.6 (``python2.6``) with modules:
39
 
   + cjson (``python-cjson``)
40
39
   + ConfigObj (``python-configobj``)
41
40
   + docutils (``python-docutils``)
42
41
   + epydoc (``python-epydoc``)
45
44
   + psycopg2 (``python-psycopg2``)
46
45
   + pysvn (``python-svn``)
47
46
   + Storm (``python-storm``)
 
47
   + simplejson (``python-simplejson``, for Python 2.5 only)
48
48
* jQuery (``libjs-jquery``)
49
49
* PostgreSQL 8.3 or later (``postgresql``)
50
50
* Subversion (``subversion``)
162
162
If you want to grab all of the required packages in one command, use::
163
163
 
164
164
    sudo apt-get install apache2 libapache2-mod-python libapache2-svn \
165
 
    python2.6 python-cjson python-configobj python-docutils python-epydoc \
 
165
    python2.6 python-configobj python-docutils python-epydoc \
166
166
    python-formencode python-genshi python-psycopg2 python-svn python-storm \
167
167
    libjs-jquery postgresql subversion debootstrap rsync build-essential
168
168