From a587aac695d352d70f59f59c1cf3705c2cc4f88e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 3 Apr 2013 09:11:28 +0200 Subject: Updated documentation: script of installation for Python 3.2 for PyEnchant. --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 -- cgit