INSTALL.rst: reorder deps

This commit is contained in:
Brian Warner 2017-06-06 10:26:11 +01:00
parent 718835e08c
commit bc34556e1a

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 libyaml-dev
apt-get install build-essential python-dev libffi-dev libssl-dev libyaml-dev python-virtualenv
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