From 2a5364b3ce4c85287fbf2f5b8e1238a65eb3fbe7 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 21 Nov 2014 18:07:55 +0100 Subject: [PATCH] libssl-dev dep. Fixes #37. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b33ce8dd..b75818e60 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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 swig dialog` +`sudo apt-get install python python-setuptools python-dev python-augeas gcc swig dialog libssl-dev` `python setup.py install --user`