Created
December 8, 2019 08:07
-
-
Save coderdipto/29ecefdcdc5ce2307d775925ae30d8a8 to your computer and use it in GitHub Desktop.
Install mysqlclient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install python3 python-dev python3-dev \ | |
build-essential libssl-dev libffi-dev \ | |
libxml2-dev libxslt1-dev zlib1g-dev \ | |
python-pip | |
pip install mysqlclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment