python install mysql connector

Shell
pip3 install mysql-connector-python  #Python 3
pip install mysql-connector-python 
Source

Also in Shell: