# HG changeset patch # User Thomas De Schampheleire # Date 1598124036 -7200 # Node ID a8980488b6cec2c49aa1bb66c06989001d0f803b # Parent 1ecd6c0e2787bb8938940a95db383caa80ddeeb7 docs: fix display of 'note' in installation Due to insufficient indentation on some lines, the note was displayed incorrectly. diff -r 1ecd6c0e2787 -r a8980488b6ce docs/installation.rst --- 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.