All Products
Search
Document Center

Batch Compute:Install Python SDK

Last Updated:Feb 15, 2023

This document introduces how to install Python SDK.

Prerequisites

Make sure you download Python 2.7 or later.

Install with pip (recommended)

pip install batchcompute

Install with source code

  1. Download the Python SDK.

  2. Decompress the SDK files.

  3. Execute the following command to install Python SDK.

python setup.py install