RDS for MySQL
This topic describes how to download and install the Python SDK for RDS for MySQL.
Python 2.7 or a later version is installed.
tip
Run the python --version command to check your current Python version.
For the source code address of the Python SDK for RDS for MySQL, refer to SDK list.
You can install the SDK in one of the following ways:
Run the following command to install the SDK for a specific user.
python setup.py install --<username>
Run the following command to install the SDK for all users.
sudo python setup.py install