Update INSTALL.rst

This commit is contained in:
ValdikSS 2017-06-05 21:28:50 +03:00 committed by Brian Warner
parent 53130c69c0
commit 718835e08c

View File

@ -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