diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-03 09:11:28 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-03 09:11:28 +0200 |
commit | a587aac695d352d70f59f59c1cf3705c2cc4f88e (patch) | |
tree | 35000af253c689349ea0bdc5bd3566e62d22c4b5 /docs | |
parent | Updated documentation: script of installation for Python 3.2. (diff) | |
download | newspipe-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.rst | 2 |
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 |