From 718835e08c52772393ab4b3897639d6c50d647c3 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Mon, 5 Jun 2017 21:28:50 +0300 Subject: [PATCH] Update INSTALL.rst --- docs/INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 473816d7b..aad0f6ecc 100644 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -61,7 +61,7 @@ need a C compiler, the Python development headers, and some libraries On a modern Debian/Ubuntu-derived distribution, this command will get you everything you need:: - apt-get install build-essential python-dev libffi-dev libssl-dev python-virtualenv + apt-get install build-essential python-dev libffi-dev libssl-dev python-virtualenv libyaml-dev On OS-X, install pip and virtualenv as described below. If you want to compile the dependencies yourself (instead of using ``--find-links`` to take