commit | 61a2be8726921bf9f2ddb85e7fd93e7be6deffb4 | [log] [tgz] |
---|---|---|
author | Philipp Moll <mollph@gmail.com> | Fri Jul 12 08:33:09 2019 +0200 |
committer | Philipp Moll <mollph@gmail.com> | Fri Sep 20 20:15:55 2019 +0200 |
tree | 957aabf215a400e4d4261c5bd5b9ccd5fde81c49 | |
parent | 0dcdb32992a28afa94c8c2420d7638e18725a9b7 [diff] [blame] |
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