SDK (20151111)
Download the 2.0.8a13 version of batchcompute_python_sdk.
Installation instructions
(Recommended) Method 1: Use setuptools for installation.
If you run the following command on the Windows platform, remove
sudo
from the command.
Decompress the downloaded package into batchcompute_python_sdk.
cd batchcompute_python_sdk
sudo python setup.py install
Method 2: Use pip for installation if the Python version is 2.5 or later.
If you run the following command on the Windows platform, remove
sudo
from the command.
sudo pip install -U setuptools
sudo pip install batchcompute==2.0.8a13
Verify the installation
Run the following command. If no error is reported, the installation is successful.
$ python
>>> import batchcompute
>>> batchcompute.__version__