Skip to content

Commit

Permalink
Add build dependency for pkg-config to README (#621)
Browse files Browse the repository at this point in the history
Fix #620
  • Loading branch information
hamarituc committed Jun 22, 2023
1 parent 1e14055 commit eb5cb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ support in some user forum. Don't file a issue on the issue tracker.**

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

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

Then you can install mysqlclient via pip now:

Expand Down

0 comments on commit eb5cb3d

Please sign in to comment.