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.
Products and devices have been created as instructed in Device Connection Preparations.
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
Was this page helpful?