This is how I install pymysql

sudo apt-get update
sudo apt-get install python3-setuptools
curl -L https://github.com/PyMySQL/PyMySQL/tarball/pymysql-0.6 | tar xz
cd PyMySQL*
sudo python3 setup.py install