Fix mysql driver installation section in readme

Change-Id: Icf2fbebc1be1184d18f2f41152889e5f42a9074e
This commit is contained in:
Renat Akhmerov 2016-06-21 17:18:04 +07:00
parent d909fdec1f
commit d7fc22289b
1 changed files with 3 additions and 0 deletions

View File

@ -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