Skip to content

Files

Latest commit

author
coolli(李帅)
Apr 24, 2018
72841e9 · Apr 24, 2018

History

History
25 lines (16 loc) · 661 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 661 Bytes

Tencent Cloud SDK for Python

Tencent Cloud Python SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.

The SDK works on Python versions:

  • 2.7 and greater, including 3.x

Quick Start

First, install the library:

$ pip install tencentcloud-sdk-python

or download source code from github and install:

$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
$ cd tencentcloud-sdk-python
$ python setup.py install