aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-14 11:14:53 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-14 11:14:53 +0100
commit51ed2c7e9f3964003441e9d4a4a66ed0da469acd (patch)
treee3bc354693a44dd204a6d144e163f1130769bf9d /docs
parentSetting email notifications. (diff)
downloadnewspipe-51ed2c7e9f3964003441e9d4a4a66ed0da469acd.tar.gz
newspipe-51ed2c7e9f3964003441e9d4a4a66ed0da469acd.tar.bz2
newspipe-51ed2c7e9f3964003441e9d4a4a66ed0da469acd.zip
Doc: precise the version of Python installed on the system in the installation script.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst6
1 files changed, 3 insertions, 3 deletions
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 <http://www.ohloh.net/p/pyAggr3g470r>`_ of pyAggr3g470r;
-* `Freecode page <http://freecode.com/projects/pyaggr3g470r>`_ of pyAggr3g470r
+* `Freecode page <http://freecode.com/projects/pyaggr3g470r>`_ 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
bgstack15