Merge pull request #47 from MahdiZareie/patch-1

add install command for python3-dev
This commit is contained in:
INADA Naoki
2015-06-14 10:53:12 +09:00

View File

@@ -19,6 +19,12 @@ You may need to install the Python and MySQL development headers and libraries l
On Windows, there are binary wheel you can install without MySQLConnector/C or MSVC.
#### Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command :
`sudo apt-get install python3-dev` # debian / Ubuntu
`sudo yum install python3-devel ` # Red Hat / CentOS
### Install from PyPI