readme: need libevent-dev

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2011-06-09 11:18:56 -07:00
parent fcc73e0d1d
commit e8abcf0e5e

View File

@ -29,7 +29,7 @@ library. To make the dependencies easier to get right, we use a
`virtualenv` to manage them. To get started, ensure you have the
``virtualenv`` and ``pip`` programs installed; e.g. on Debian/Ubuntu::
sudo apt-get install python-virtualenv python-pip
sudo apt-get install python-virtualenv python-pip libevent-dev
and then run::