aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 317b238c..f2713de9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -51,14 +51,8 @@ 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.
-
-Not yet tested with Python 3.3. Anyway, if you want to install these modules:
-
-.. code-block:: bash
-
- $ sudo aptitude install python3.3-lxml python-genshi
+* lxml and Genshi for the generation of EPUB;
+* Pillow (friendly fork of Python Imaging Library) for the generation of QR codes.
Script of installation
bgstack15