This document describes how to install Tencent Cloud Command Line Interface (TCCLI).
You have installed the Python environment and pip tool.
Note
- Python 2.7 or later is required. For more information, visit the Python website and pip website.
- TCCLI depends on the TencentCloudApi Python SDK. If the version of the SDK is earlier than that of TCCLI, the SDK is automatically upgraded during TCCLI installation. Check the latest TCCLI version at GitHub.
You can install TCCLI in the following ways:
sudo pip install tccli
NoteIf you upgrade TCCLI from a version earlier than 3.0.252.3, run the following commands:
sudo pip uninstall tccli jmespath sudo pip install tccli
tccli --version
Was this page helpful?