Documentation Home
Connectors and APIs Manual
Download this Manual
PDF (US Ltr) - 4.5Mb
PDF (A4) - 4.5Mb


Connectors and APIs Manual  /  MySQL Connector/Python Developer Guide  /  Connector/Python Installation

6.4 Connector/Python Installation

Connector/Python runs on any platform where Python is installed. Python comes preinstalled on most Unix and Unix-like systems, such as Linux, macOS, and FreeBSD. On Microsoft Windows, a Python installer is available at the Python Download website or via the Microsoft app store. If necessary, download and install Python for Windows before attempting to install Connector/Python.

Note

Connector/Python requires python in the system's PATH.

Quick Installation Guide: use pip

$> pip install mysql-connector-python