From 4bd28bc5e23944231517f338bb28031aec569b9c Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Tue, 15 Dec 2015 10:17:19 +0000 Subject: [PATCH] Ubuntu/Debian needed one more package --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 852a162..235d086 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -36,11 +36,11 @@ Debian/Ubuntu The following has been tested on Debian Jessie. -Debian-based distributions require two system packages to be installed first: +Debian-based distributions require three system packages to be installed first: .. code:: bash - sudo apt-get install python-dev libffi-dev + sudo apt-get install python-dev libffi-dev libssl-dev You'll also need either ``virtualenv`` (recommended), or if you're not comfortable with that, at the very least, you'll need ``pip``: