The following software is needed to run i18nspector:

* Python ≥ 3.2;

* polib_ ≥ 1.0.0, a gettext catalogs manipulation library;

* RPLY_, a parser generator.

Additionally, the following software is needed to rebuild the manual page from
source:

* docutils_ ≥ 0.6.


For pip users::

   python3 -m pip install polib rply
   python3 -m pip install docutils

For Debian users::

   apt-get install python3-polib python3-rply
   apt-get install python3-docutils


.. _polib:
   https://pypi.python.org/pypi/polib
.. _RPLY:
   https://pypi.python.org/pypi/rply
.. _docutils:
   http://docutils.sourceforge.net/

.. vim:ft=rst ts=3 sts=3 sw=3
