File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Original file line number Diff line number Diff line change @@ -51,9 +51,13 @@ $ pip install mysqlclient
51
51
52
52
### Linux
53
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
+
54
58
You may need to install the Python 3 and MySQL development headers and libraries like so:
55
59
56
- * ` $ 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
57
61
* ` % sudo yum install python3-devel mysql-devel ` # Red Hat / CentOS
58
62
59
63
Then you can install mysqlclient via pip now:
You can’t perform that action at this time.
0 commit comments