Changeset - a8980488b6ce
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 6 years ago 2020-08-22 21:20:36
thomas.de_schampheleire@nokia.com
docs: fix display of 'note' in installation

Due to insufficient indentation on some lines, the note was displayed
incorrectly.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/installation.rst
Show inline comments
 
@@ -106,10 +106,10 @@ An additional benefit of virtualenv is t
 
   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.
0 comments (0 inline, 0 general)