From: Sage Weil Date: Sat, 31 Aug 2013 00:34:05 +0000 (-0700) Subject: README: add deps X-Git-Tag: 1.1.0~1914 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=80b61406820cc90ba28edf9c8b6a4b92d1631143;p=teuthology.git README: add deps Reported-by: Loic Dachary Signed-off-by: Sage Weil --- diff --git a/README.rst b/README.rst index 33441f838a..61d0d54c83 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,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-dev python-virtualenv python-pip libevent-dev + sudo apt-get install python-dev python-virtualenv python-pip libevent-dev libmysqlclient-dev python-libvirt and then run::