aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-03 19:42:40 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-03 19:42:40 +0200
commit66da637ce740bff2680d62080711af3c80eeb36b (patch)
treeec4ddb6a79239b37eb1d979c817075f6b67f6e3f /docs
parentUpdated documentation: script of installation for Python 3.2 for PyEnchant. (diff)
downloadnewspipe-66da637ce740bff2680d62080711af3c80eeb36b.tar.gz
newspipe-66da637ce740bff2680d62080711af3c80eeb36b.tar.bz2
newspipe-66da637ce740bff2680d62080711af3c80eeb36b.zip
Duplicate installation of PyEnchant.
Diffstat (limited to 'docs')
-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