Python3 – PyMySQL installation

pyMySQL

github: https://github.com/PyMySQL/PyMySQL

click: [download ZIP]

unzip


1
2
3
cd ~/Downloads/PyMySQL-master
sudo apt-get install python3-setuptools
sudo python3 setup.py install

!! All Done !!


1
2
python3
import pymysql

If no errors come up then all is good!