From 51ed2c7e9f3964003441e9d4a4a66ed0da469acd Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 14 Dec 2012 11:14:53 +0100 Subject: Doc: precise the version of Python installed on the system in the installation script. --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 84912bb9..9b701524 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ pyAggr3g470r_ is a news aggregator with a web interface based on CherryPy_. Articles are stored in a MongoDB_ base. * `Ohloh page `_ of pyAggr3g470r; -* `Freecode page `_ of pyAggr3g470r +* `Freecode page `_ of pyAggr3g470r. Features @@ -72,7 +72,7 @@ Script of installation tar -xzvf CherryPy-3.2.2.tar.gz rm -f CherryPy-3.2.2.tar.gz cd CherryPy-3.2.2/ - sudo python setup.py install + sudo python3.2 setup.py install cd .. sudo rm -Rf CherryPy-3.2.2/ hg clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r @@ -145,7 +145,7 @@ Then just click on "Stay tuned" for the desired feed(s) at the main page of pyAg Launch ------ -To launch pyAggr3g470r in a shell: +To launch pyAggr3g470r: .. code-block:: bash -- cgit