X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=website%2Finstall.md;h=6b9076af18ef0ec9a3d3c56a80b2650b56e58524;hb=e2d588ffedbdfb80a76b30992540060e819df3c4;hp=51da5bc85ccb7ad032952a41d7fa6681b4aac336;hpb=2b356d51c46f9c1b26939e4e2fe693e1886e9501;p=nepi.git diff --git a/website/install.md b/website/install.md index 51da5bc8..6b9076af 100644 --- a/website/install.md +++ b/website/install.md @@ -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)