aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-03 09:01:07 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-03 09:01:07 +0200
commit13d4bc2975b71e45b56df47dccb67563b050f1e4 (patch)
treefe8306789b747000977b7f2de7e03097be097bbd /docs
parentDon't try to authenticate is no password is given by the user in the configur... (diff)
downloadnewspipe-13d4bc2975b71e45b56df47dccb67563b050f1e4.tar.gz
newspipe-13d4bc2975b71e45b56df47dccb67563b050f1e4.tar.bz2
newspipe-13d4bc2975b71e45b56df47dccb67563b050f1e4.zip
Updated documentation: script of installation for Python 3.2.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b22f1323..81f04d99 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -66,7 +66,9 @@ Script of installation
.. code-block:: bash
sudo aptitude install python3-feedparser python3-bs4
- sudo aptitude install python-pymongo python3-mako
+ sudo aptitude install python3-mako
+ sudo aptitude install python3-pip
+ sudo pip-3.2 install pymongo
# CherryPy, Minimalist Python Web Framework:
wget http://download.cherrypy.org/cherrypy/3.2.2/CherryPy-3.2.2.tar.gz
tar -xzvf CherryPy-3.2.2.tar.gz
@@ -82,11 +84,14 @@ Script of installation
cd ..
sudo rm -Rf guess_language/
sudo aptitude install python3-pyenchant
+ # Pillow, for the generation of QR Code
+ sudo pip-3.2 install pillow
# Finally, download pyAggr3g470r
hg clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r
cd pyaggr3g470r/
cp cfg/pyAggr3g470r.cfg-sample cfg/pyAggr3g470r.cfg
+This script works with Python 3.2.
Setting
~~~~~~~
bgstack15