changeset 8618:a8980488b6ce

docs: fix display of 'note' in installation Due to insufficient indentation on some lines, the note was displayed incorrectly.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 22 Aug 2020 21:20:36 +0200
parents 1ecd6c0e2787
children d442d8395b75
files docs/installation.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/installation.rst	Tue Aug 18 16:40:19 2020 +0200
+++ b/docs/installation.rst	Sat Aug 22 21:20:36 2020 +0200
@@ -106,10 +106,10 @@
    This might require installation of development packages using your
    distribution's package manager.
 
-  Alternatively, download a .tar.gz from http://pypi.python.org/pypi/Kallithea,
-  extract it and install from source by running::
+   Alternatively, download a .tar.gz from http://pypi.python.org/pypi/Kallithea,
+   extract it and install from source by running::
 
-    pip install --upgrade .
+     pip install --upgrade .
 
 - This will install Kallithea together with all other required
   Python libraries into the activated virtualenv.