We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5ae1d commit 96ab899Copy full SHA for 96ab899
README.md
@@ -57,7 +57,7 @@ support in some user forum. Don't file a issue on the issue tracker.**
57
58
You may need to install the Python 3 and MySQL development headers and libraries like so:
59
60
-* `$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essentials` # Debian / Ubuntu
+* `$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential` # Debian / Ubuntu
61
* `% sudo yum install python3-devel mysql-devel` # Red Hat / CentOS
62
63
Then you can install mysqlclient via pip now:
0 commit comments