Skip to content

Instantly share code, notes, and snippets.

@coderdipto
Created December 8, 2019 08:07
Show Gist options
  • Save coderdipto/29ecefdcdc5ce2307d775925ae30d8a8 to your computer and use it in GitHub Desktop.
Save coderdipto/29ecefdcdc5ce2307d775925ae30d8a8 to your computer and use it in GitHub Desktop.
Install mysqlclient
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