aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 14:50:30 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 14:50:30 +0200
commitf754eed25821a90a660ea21f67c40389b57ec141 (patch)
treef7e71bda04b758b0f536b515029a2b31c929eb29
parentMinor bugfix when setting the title of the generated epub (diff)
downloadnewspipe-f754eed25821a90a660ea21f67c40389b57ec141.tar.gz
newspipe-f754eed25821a90a660ea21f67c40389b57ec141.tar.bz2
newspipe-f754eed25821a90a660ea21f67c40389b57ec141.zip
Updated README + doc.
-rw-r--r--README.md7
-rw-r--r--docs/index.rst10
2 files changed, 4 insertions, 13 deletions
diff --git a/README.md b/README.md
index c5ed173e..484f6d83 100644
--- a/README.md
+++ b/README.md
@@ -42,12 +42,9 @@ Optional module
These modules are not required but enables more features:
* [guess_language](https://bitbucket.org/spirit/guess_language/) and [PyEnchant](http://pypi.python.org/pypi/pyenchant) for the language detection;
-* lxml and Genshi;
-* Python Imaging Library for the generation of QR codes.
+* lxml and Genshi for the generation of EPUB;
+* Pillow (friendly fork of Python Imaging Library) for the generation of QR codes.
-Not yet tested with Python 3.3. Anyway, if you want to install these modules:
-
- $ sudo aptitude install python3.3-lxml python-genshi
Backup
------
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