From a1c21604d44e3e1047f195ed6c7731287485d0ef Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Fri, 6 Nov 2015 18:54:56 -0800 Subject: [PATCH] updated SIGCOMM README with more dependencies --- SIGCOMM_2015/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SIGCOMM_2015/README.md b/SIGCOMM_2015/README.md index fd73fd3..c8c124f 100644 --- a/SIGCOMM_2015/README.md +++ b/SIGCOMM_2015/README.md @@ -70,6 +70,12 @@ build the code once all the dependencies have been installed: - `./configure` - `make` +You will also need to install `mininet`, as well as the following Python +packages: `scapy`, `thrift` (>= 0.9.2) and `networkx`. On Ubuntu, it would look +like this: +- `sudo apt-get install mininet` +- `sudo pip install scapy thrift networkx` + ## Before starting the exercises You need to tell us where you cloned the `bmv2` and `p4c-bm` repositories