tencent cloud

IoT Hub

IoT Hub 정책
개인 정보 보호 정책
데이터 개인 정보 보호 및 보안 계약
문서IoT Hub

SDK for Python Project Configuration

포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-12-27 17:03:42

IoT Hub device SDK for Python relies on a secure and powerful data channel to enable IoT developers to quickly connect devices to the cloud for two-way communication. You only need to complete the corresponding project configuration to connect devices.

Prerequisites

Products and devices have been created as instructed in Device Connection Preparations.

How to Import

If you want to develop a project through import, you can install the SDK as follows:
pip3 install tencent-iot-device
If you need to view the used SDK version, run the following command:
pip3 show --files tencent-iot-device
If you need to update the SDK version, run the following command:
pip3 install --upgrade tencent-iot-device
If you want to develop a project through code integration, you can download the SDK for Python source code from Github.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백