aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 536efc2b..454936c6 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -83,7 +83,6 @@ Script of installation
sudo python3.2 setup.py install
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
bgstack15