From d7fc22289b69fc3bc8b7e1d6f141748d6262c250 Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Tue, 21 Jun 2016 17:18:04 +0700 Subject: [PATCH] Fix mysql driver installation section in readme Change-Id: Icf2fbebc1be1184d18f2f41152889e5f42a9074e --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 0ca6ea552..cc35d2c7b 100644 --- a/README.rst +++ b/README.rst @@ -87,6 +87,9 @@ an OpenStack environment. $ tox -evenv -- pip install mysql-python + NOTE: If you're using Python 3 then you need to install ``mysqlclient`` + instead of ``mysql-python``. + * Create the database and grant privileges:: $ mysql -u root -p