This file is indexed.

/usr/share/doc/python-django-guardian-doc/html/_sources/installation.txt is in python-django-guardian-doc 1.2.4+git20141127-0.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _installation:

Installation
============

This application requires Django_ 1.3 or higher and it is only prerequisite
before ``django-guardian`` may be used. 

In order to install ``django-guardian`` simply use ``pip``::

   pip install django-guardian

or ``easy_install``::

   easy_install django-guardian

This would be enough to run ``django-guardian``. However, in order to run tests
or boundled example application, there are some other requirements. See more
details about the topics:

- :ref:`Testing <testing>`
- :ref:`Example project <example-project>`

.. _django: http://www.djangoproject.com/