From e2d588ffedbdfb80a76b30992540060e819df3c4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Jan 2016 09:43:48 +0100 Subject: [PATCH] fixes in layout could now use a bit of styling --- website/index.md | 2 +- website/install.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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) -- 2.43.0