aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-30 07:46:53 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-30 07:46:53 +0100
commit882aa45287e8ec3c5054abda2e9855f71b0c2dc3 (patch)
tree9eb59f1e0f408598475ffa09f3450a82d8bb9e64 /docs
parentUpdated installation script. (diff)
downloadnewspipe-882aa45287e8ec3c5054abda2e9855f71b0c2dc3.tar.gz
newspipe-882aa45287e8ec3c5054abda2e9855f71b0c2dc3.tar.bz2
newspipe-882aa45287e8ec3c5054abda2e9855f71b0c2dc3.zip
Updated list of required Python packages.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e2f19a70..3221ee7a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -48,6 +48,7 @@ Optional module
These modules are not required but enables more features:
+* guess_language_ and PyEnchant_ for the language detection;
* lxml and Genshi;
* Python Imaging Library for the generation of QR codes.
@@ -210,4 +211,6 @@ Contact
.. _CherryPy: http://cherrypy.org/
.. _Mako: http://www.makotemplates.org/
.. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/
+.. _guess_language: https://bitbucket.org/spirit/guess_language/
+.. _PyEnchant: http://pypi.python.org/pypi/pyenchant
.. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt
bgstack15