mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00
@ -71,8 +71,8 @@ support in some user forum. Don't file a issue on the issue tracker.**
|
|||||||
|
|
||||||
You may need to install the Python 3 and MySQL development headers and libraries like so:
|
You may need to install the Python 3 and MySQL development headers and libraries like so:
|
||||||
|
|
||||||
* `$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential` # Debian / Ubuntu
|
* `$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential pkg-config` # Debian / Ubuntu
|
||||||
* `% sudo yum install python3-devel mysql-devel` # Red Hat / CentOS
|
* `% sudo yum install python3-devel mysql-devel pkgconfig` # Red Hat / CentOS
|
||||||
|
|
||||||
Then you can install mysqlclient via pip now:
|
Then you can install mysqlclient via pip now:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user