Help Center/ ImageSearch/ SDK Reference/ Using the Python SDK/ Obtaining and Installing the Python SDK
Updated on 2023-03-02 GMT+08:00

Obtaining and Installing the Python SDK

To obtain and install the Python SDK, you are advised to use pip commands or PyCharm. You need to install the huaweicloudsdkcore and huaweicloudsdkimagesearch packages as follows:

Install the Python SDK using pip commands:
# Install the huaweicloudsdkcore library.
pip install huaweicloudsdkcore 
 
# Install the huaweicloudsdkimagesearch library.
pip install huaweicloudsdkimagesearch
 
To install the Python SDK using PyCharm, perform the following steps:
1. Start PyCharm and choose File > Settings....
2. Click Python Interpreter and then +.
3. Click +, search for huaweicloudsdkcore and huaweicloudsdkimagesearch, and click Install Package in the lower left corner.