From: Thierry Parmentelat Date: Fri, 15 Jan 2016 08:43:48 +0000 (+0100) Subject: fixes in layout X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=e2d588ffedbdfb80a76b30992540060e819df3c4 fixes in layout could now use a bit of styling --- diff --git a/website/index.md b/website/index.md index 0f7a72be..61b331e5 100644 --- a/website/index.md +++ b/website/index.md @@ -4,7 +4,7 @@ ## What is NEPI ? NEPI is a Python-based library to model and run network experiments on a variety of network evaluation platforms, including PlanetLab, OMF wireless testbeds, ns-3 simulators, and others. It allows to specify resources to use in an experiment, to define experiment workflow constraints and to automate deployment, resource control and result collection. -##Features +## Features * Automatic experiment deployment * Automatic result collection 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)