We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665f188 commit 4f9c505Copy full SHA for 4f9c505
README.md
@@ -19,6 +19,12 @@ You may need to install the Python and MySQL development headers and libraries l
19
20
On Windows, there are binary wheel you can install without MySQLConnector/C or MSVC.
21
22
+#### Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command :
23
+
24
+`sudo apt-get install python3-dev` # debian / Ubuntu
25
26
+`sudo yum install python3-devel ` # Red Hat / CentOS
27
28
29
### Install from PyPI
30
0 commit comments