In this example we will show how to download and install “MySQL Connector” in Python.
Source Code
# Navigate your command line to the location of PIP, and type "python -m pip install mysql-connector-python"
C:UsersuserAppDataLocalProgramsPythonPython36-32Scripts>python -m pip install mysql-connector-python