fixes in layout
[nepi.git] / website / install.md
index 51da5bc..6b9076a 100644 (file)
@@ -44,18 +44,16 @@ Of course, here again you might wish to use `pip3` instead.
 
 # Installing from sources
 
-Alternatives approaches, more suitable to developers, are as follows:
+*Alternative* approaches, more suitable to developers, are as follows. This is **not the recommended approach** though:
 
-* In order to install for all users:
+## Install for all users
 
-#
     git clone git://git.onelab.eu/nepi.git
     cd nepi
     sudo make install
     
-* And in order to use NEPI without installing:
+## Use NEPI without installing:
 
-# 
     git clone git://git.onelab.eu/nepi.git
     cd nepi
     export PYTHONPATH=$(pwd)