docs
docs copied to clipboard
mysqlclient needs an apt package
I needed to run sudo apt install pkg-config before I can run pip3 install mysqlclient successfully. Add this command to the docs somewhere.
https://stackoverflow.com/a/76794502
Thought pkgconf is recommended over pkg-config these days?