After finishing of one of my Flask projects, I uploaded it on github just like everybody else. after a 2-3 months period I downloaded the entire githube repository on anothe
You can install mysqlclient with pip
mysqlclient
pip
If using Python3, try this:
pip3 install mysqlclient
or in Python2
pip install mysqlclient