diff --git a/util/install.sh b/util/install.sh index 5970ebd..7e2b54d 100755 --- a/util/install.sh +++ b/util/install.sh @@ -123,7 +123,8 @@ function kernel_clean { function mn_deps { echo "Installing Mininet dependencies" $install gcc make screen psmisc xterm ssh iperf iproute \ - python-setuptools python-networkx cgroup-bin ethtool help2man + python-setuptools python-networkx cgroup-bin ethtool help2man \ + pyflakes pylint pep8 if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" = "10.04" ]; then echo "Upgrading networkx to avoid deprecation warning"