mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Merge pull request #47 from MahdiZareie/patch-1
add install command for python3-dev
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user