Skip to content

Commit 3a68cf5

Browse files
committed
Add pip command fix
1 parent 868efeb commit 3a68cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-develop-send-telemetry-iot-hub-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In this section, you use the Python SDK to send messages from a device to your I
9494
1. Run the code for the following sample file.
9595

9696
```console
97-
python3 iothub_simple_telemetry.py
97+
pip install azure-iot-device==3.0.0b2
9898
```
9999
> [!NOTE]
100100
> This code sample uses Azure IoT Plug and Play, which lets you integrate smart devices into your solutions without any manual configuration. By default, most samples in this documentation use IoT Plug and Play. To learn more about the advantages of IoT Plug and Play, and cases for using or not using it, see [What is IoT Plug and Play?](../articles/iot-develop/overview-iot-plug-and-play.md).

0 commit comments

Comments
 (0)