mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
INSTALL.rst: reorder deps
This commit is contained in:
parent
718835e08c
commit
bc34556e1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user