From f7e415b368c45bd6cebdb8bfa4a595618bf6185a Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 23 Nov 2014 20:48:02 +0100 Subject: [PATCH] apt-get install libaugeas0 libaugeas0 is still required, despite python-augeas from PyPI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b9aefa8..ba93c28bd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Apache, though we will be expanding it to other platforms. ``` sudo apt-get install python python-setuptools python-virtualenv \ - python-dev gcc swig dialog libssl-dev + python-dev gcc swig dialog libaugeas0 libssl-dev virtualenv --no-site-packages venv ./venv/bin/python setup.py install sudo ./venv/bin/letsencrypt