Skip to content

Commit eb5cb3d

Browse files
authored
Add build dependency for pkg-config to README (#621)
Fix #620
1 parent 1e14055 commit eb5cb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ support in some user forum. Don't file a issue on the issue tracker.**
7171

7272
You may need to install the Python 3 and MySQL development headers and libraries like so:
7373

74-
* `$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential` # Debian / Ubuntu
75-
* `% sudo yum install python3-devel mysql-devel` # Red Hat / CentOS
74+
* `$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential pkg-config` # Debian / Ubuntu
75+
* `% sudo yum install python3-devel mysql-devel pkgconfig` # Red Hat / CentOS
7676

7777
Then you can install mysqlclient via pip now:
7878

0 commit comments

Comments
 (0)