Help Center> ImageSearch> SDK Reference> Using the Python SDK> Preparing a Python Development Environment
Updated on 2023-03-02 GMT+08:00

Preparing a Python Development Environment

To use the Python SDK of ImageSearch, you need to configure the Python development environment. The procedure is as follows:

  1. Download Python of a proper version from Python's official website and install it. Python3.3 or later is recommended. This section uses Python 3.7 as an example.
  2. Download the latest version from the PyCharm official website.
  3. Start the PyCharm development tool and choose File > Settings > Project Interpreter to configure the Python environment.
  4. Select the Python installation path in the upper part of the page. After selecting the target Python, click Apply at the bottom of the page to complete the configuration.