This file is indexed.

/usr/share/doc/python-willow/html/_sources/installation.rst.txt is in python-willow-doc 1.1-3.

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
============

Willow supports Python 2.7+ and 3.3+. It's a pure-python library with no hard
dependencies so doesn't require a C compiler for a basic installation.

Installation using ``pip``
--------------------------

.. code-block:: shell

    pip install Willow

Installing underlying libraries
-------------------------------

In order for most features of Willow to work, you need to install either Pillow
or Wand.

 - `Pillow installation <http://pillow.readthedocs.org/en/3.0.x/installation.html#basic-installation>`_
 - `Wand installation <http://docs.wand-py.org/en/0.4.2/guide/install.html>`_

Note that Pillow doesn't support animated GIFs and Wand isn't as fast.
Installing both will give best results.