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 3a700b2 commit 102fe7bCopy full SHA for 102fe7b
README.md
@@ -51,9 +51,13 @@ $ pip install mysqlclient
51
52
### Linux
53
54
+**Note that this is a basic step. I can not support complete step for build for all
55
+environment. If you can see some error, you should fix it by yourself, or ask for
56
+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
-* `$ sudo apt-get install python3-dev default-libmysqlclient-dev` # Debian / Ubuntu
60
+* `$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essentials` # 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