From ca7860758221dc1027836b8304b3115c12d68537 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 18 Oct 2018 16:21:35 -0400 Subject: [PATCH] Ubuntu 16.04 was missing libtk-img, adding --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index ac5b5b86..fb161f78 100644 --- a/docs/install.md +++ b/docs/install.md @@ -179,7 +179,7 @@ sudo apt install automake pkg-config gcc libev-dev bridge-utils ebtables python- #### Ubuntu 16.04 Requirements ```shell -sudo apt-get install automake bridge-utils ebtables python-dev libev-dev python-sphinx python-setuptools python-enum34 python-lxml +sudo apt-get install automake bridge-utils ebtables python-dev libev-dev python-sphinx python-setuptools python-enum34 python-lxml libtk-img ```