aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-03 09:11:28 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-03 09:11:28 +0200
commita587aac695d352d70f59f59c1cf3705c2cc4f88e (patch)
tree35000af253c689349ea0bdc5bd3566e62d22c4b5 /docs
parentUpdated documentation: script of installation for Python 3.2. (diff)
downloadnewspipe-a587aac695d352d70f59f59c1cf3705c2cc4f88e.tar.gz
newspipe-a587aac695d352d70f59f59c1cf3705c2cc4f88e.tar.bz2
newspipe-a587aac695d352d70f59f59c1cf3705c2cc4f88e.zip
Updated documentation: script of installation for Python 3.2 for PyEnchant.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 81f04d99..536efc2b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -84,6 +84,8 @@ Script of installation
cd ..
sudo rm -Rf guess_language/
sudo aptitude install python3-pyenchant
+ # PyEnchant, for the language detection
+ sudo pip install pyenchant
# Pillow, for the generation of QR Code
sudo pip-3.2 install pillow
# Finally, download pyAggr3g470r
bgstack15