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
Download the Python SDK.
Decompress the SDK files.
Execute the following command to install Python SDK.
python setup.py install