]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
README: add deps
authorSage Weil <sage@inktank.com>
Sat, 31 Aug 2013 00:34:05 +0000 (17:34 -0700)
committerSage Weil <sage@inktank.com>
Sat, 31 Aug 2013 00:35:36 +0000 (17:35 -0700)
Reported-by: Loic Dachary <loic@dachary.org>
Signed-off-by: Sage Weil <sage@inktank.com>
README.rst

index 33441f838af8c7a8a858dcd60650e8ab416c2431..61d0d54c834e18b6e5c14a5038fd64c99eae1537 100644 (file)
@@ -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::