From 091ce0029b8d4a0135551feb4b2b97ef12d52335 Mon Sep 17 00:00:00 2001 From: Will Newby Date: Thu, 20 Nov 2014 03:15:36 +0000 Subject: [PATCH] Adding dependencies of swig + dialog, for minimal ubuntu installs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9214f77..dd9610fc6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Apache, though we will be expanding it to other platforms. ## Running the demo code on Ubuntu -`sudo apt-get install python python-setuptools python-dev python-augeas gcc` +`sudo apt-get install python python-setuptools python-dev python-augeas gcc swig dialog` `python setup.py install --user`