aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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