Skip to content

Commit 102fe7b

Browse files
committed
Update README
1 parent 3a700b2 commit 102fe7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ $ pip install mysqlclient
5151

5252
### Linux
5353

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+
5458
You may need to install the Python 3 and MySQL development headers and libraries like so:
5559

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
5761
* `% sudo yum install python3-devel mysql-devel` # Red Hat / CentOS
5862

5963
Then you can install mysqlclient via pip now:

0 commit comments

Comments
 (0)