From 374dcbed4aa65b0f1c26cc28a572893dff28d5af Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 8 Apr 2013 08:13:57 +0200 Subject: Updated installation script. --- docs/index.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 7b972e6f..b8210874 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -66,9 +66,14 @@ Script of installation .. code-block:: bash - sudo aptitude install python3-feedparser python3-bs4 - sudo aptitude install python3-mako - sudo aptitude install python3-pip + # Installation of Python + + # Installation of Distribute and PIP + + # Core requirements for pyAggr3g470r + sudo pip-3.3 install feedparser + sudo pip-3.3 install beautifulsoup4 + sudo pip-3.3 install mako sudo pip-3.3 install pymongo # CherryPy, Minimalist Python Web Framework: wget wget https://bitbucket.org/cherrypy/cherrypy/get/3.2.4.tar.gz @@ -85,7 +90,7 @@ Script of installation cd .. sudo rm -Rf guess_language/ # PyEnchant, for the language detection - sudo pip install pyenchant + sudo pip-3.3 install pyenchant # Pillow, for the generation of QR Code sudo pip-3.3 install pillow # Finally, download pyAggr3g470r -- cgit