Skip to content

Commit e4b4e07

Browse files
committed
Updated PNP service guide docs
1 parent f7d2cce commit e4b4e07

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

includes/iot-pnp-service-python.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ To learn more about the sample configuration, see the [sample readme](https://gi
4040

4141
In this quickstart, you use a sample thermostat device, written in Python, as the IoT Plug and Play device. To run the sample device:
4242

43-
1. Open a terminal window in a folder of your choice. Run the following command to clone the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python) GitHub repository into this location:
43+
1. Open a terminal window in a folder of your choice. Run the following command to clone the [Azure IoT Device Python SDK](https://github.com/Azure/azure-iot-sdk-python) GitHub repository into this location:
4444

4545
```cmd/sh
4646
git clone https://github.com/Azure/azure-iot-sdk-python
4747
```
4848
49-
1. This terminal window is used as your **device** terminal. Go to the folder of your cloned repository, and navigate to the */azure-iot-sdk-python/azure-iot-device/samples/pnp* folder.
49+
1. This terminal window is used as your **device** terminal. Go to the folder of your cloned repository, and navigate to the */azure-iot-sdk-python/samples/pnp* folder.
5050
5151
1. Run the sample thermostat device with the following command:
5252
@@ -60,9 +60,17 @@ In this quickstart, you use a sample thermostat device, written in Python, as th
6060
6161
In this quickstart, you use a sample IoT solution in Python to interact with the sample device you just set up.
6262
63-
1. Open another terminal window to use as your **service** terminal.
6463
65-
1. Navigate to the */azure-iot-sdk-python/azure-iot-hub/samples* folder of the cloned Python SDK repository.
64+
65+
66+
67+
1. Open another terminal window to use as your **service** terminal. Run the following command to clone the [Azure IoT Hub Python SDK](https://github.com/Azure/azure-iot-hub-python) GitHub repository into this location:
68+
69+
```cmd/sh
70+
git clone https://github.com/Azure/azure-iot-hub-python
71+
```
72+
73+
1. Navigate to the */azure-iot-hub-python/samples* folder of the cloned Python SDK repository.
6674
6775
1. Open the *registry_manager_pnp_sample.py* file and review the code. This sample shows how to use the **IoTHubRegistryManager** class to interact with your IoT Plug and Play device.
6876

0 commit comments

Comments
 (0)