Add RoutingHelper to allow IP communication in experiments

Change-Id: I267e264b2583909a47229279076655a8080ace22
diff --git a/install.sh b/install.sh
index 44429f5..c5fe190 100755
--- a/install.sh
+++ b/install.sh
@@ -198,6 +198,9 @@
 }
 
 function minindn {
+    $install libigraph0-dev
+    sudo pip install -r requirements.txt
+
     if [[ updated != true ]]; then
         if [ ! -d "build" ]; then
             $update