This topic describes how to install Intelligent Media Services (IMS) SDK for Python.
Prerequisites
Python 3.6 or later is installed. To download Python, go to the Python official website.
The pip tool is installed. For more information, see Installation.
Install the SDK for Python
Run the pip install alibabacloud_ice20201109 command on the terminal to install the SDK for Python.
What to do next
To update or uninstall the SDK for Python, run the following commands:
Update the SDK for Python
pip install --upgrade alibabacloud_ice20201109Uninstall the SDK for Python
pip uninstall alibabacloud_ice20201109