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