9 This package requires django 1.2. It is not tested on earlier versions and may
 
  10 not work properly there.
 
  12 To build the documentation from source you will need sphinx.
 
  17 There are several installation options available:
 
  22 For Ubuntu 10.04 onward there is a stable PPA (personal package archive):
 
  24 * ppa:linaro-validation/ppa
 
  26 To add a ppa to an Ubuntu system use the add-apt-repository command::
 
  28     sudo add-apt-repository ppa:linaro-validation/ppa
 
  30 After you add the PPA you need to update your package cache::
 
  34 Finally you can install the package, it is called `python-versiontools`::
 
  36     sudo apt-get install python-linaro-django-pagination
 
  39 Using Python Package Index
 
  40 --------------------------
 
  42 This package is being actively maintained and published in the `Python Package
 
  43 Index <http://http://pypi.python.org>`_. You can install it if you have `pip
 
  44 <http://pip.openplans.org/>`_ tool using just one line::
 
  46     pip install linaro-django-pagination
 
  52 To install from source you must first obtain a source tarball from either pypi
 
  53 or from `Launchpad <http://launchpad.net/>`_. To install the package unpack the
 
  56     python setup.py install
 
  58 You can pass ``--user`` if you prefer to do a local (non system-wide) installation.
 
  62     To install from source you will need distutils (replacement of setuptools)
 
  63     They are typically installed on any Linux system with python but on Windows
 
  64     you may need to install that separately.