Skip to content

Commit b5d1c0e

Browse files
Merge pull request #264908 from dominicbetts/central-python-versions
IoT Central: Update Python versioning information
2 parents 6995a78 + cb83268 commit b5d1c0e

7 files changed

+11
-7
lines changed

articles/iot-central/core/how-to-connect-iot-edge-transparent-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Your transparent gateway is now configured and ready to start forwarding telemet
202202
203203
## Provision a downstream device
204204
205-
IoT Central relies on the Device Provisioning Service (DPS) to provision devices in IoT Central. Currently, IoT Edge can't use DPS provision a downstream device to your IoT Central application. The following steps show you how to provision the `thermostat1` device manually. To complete these steps, you need an environment with Python 3.6 (or higher) installed and internet connectivity. The [Azure Cloud Shell](https://shell.azure.com/) has Python 3.7 pre-installed:
205+
IoT Central relies on the Device Provisioning Service (DPS) to provision devices in IoT Central. Currently, IoT Edge can't use DPS provision a downstream device to your IoT Central application. The following steps show you how to provision the `thermostat1` device manually. To complete these steps, you need an environment with Python installed and internet connectivity. Check the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python/blob/main/README.md) for current Python version requirements. The [Azure Cloud Shell](https://shell.azure.com/) has Python pre-installed:
206206

207207
1. Run the following command to install the `azure.iot.device` module:
208208

includes/iot-central-connect-device-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To complete the steps in this article, you need the following resources:
1414

1515
[!INCLUDE [iot-central-prerequisites-basic](iot-central-prerequisites-basic.md)]
1616

17-
- A development machine with [Python](https://www.python.org/) version 3.7 or later installed. You can run `python --version` at the command line to check your version. Python is available for a wide variety of operating systems. The instructions in this tutorial assume you're running the **python** command at the Windows command prompt.
17+
- A development machine with [Python](https://www.python.org/) installed. Check the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python/blob/main/README.md) for current Python version requirements. You can run `python --version` at the command line to check your version. Python is available for a wide variety of operating systems. The instructions in this tutorial assume you're running the **python** command at the Windows command prompt.
1818

1919
- A local copy of the [Microsoft Azure IoT SDK for Python](https://github.com/Azure/azure-iot-sdk-python/tree/v2/) GitHub repository that contains the sample code. Use this link to download a copy of the repository: [Download ZIP](https://github.com/Azure/azure-iot-sdk-python/archive/v2.zip). Then unzip the file to a suitable location on your local machine.
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This quickstart runs on Windows, Linux, and Raspberry Pi. It's been tested on th
2626

2727
Install the following prerequisites on your development machine:
2828

29-
- [Python](https://www.python.org/downloads/) version 3.7 or later. To check your Python version, run `python3 --version`.
29+
- [Python](https://www.python.org/downloads/). Check the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python/blob/main/README.md) for current Python version requirements. To check your Python version, run `python3 --version`.
3030
- [Git](https://git-scm.com/downloads).
3131

3232
[!INCLUDE [iot-develop-create-central-app-with-device](iot-develop-create-central-app-with-device.md)]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install the following prerequisites on your development machine except where not
2525

2626
- If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2727
- [Git](https://git-scm.com/downloads).
28-
- [Python](https://www.python.org/downloads/) version 3.7 or later. To check your Python version, run `python3 --version`.
28+
- [Python](https://www.python.org/downloads/). Check the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python/blob/main/README.md) for current Python version requirements. To check your Python version, run `python3 --version`.
2929
- [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer/releases): Cross-platform, GUI-based utility to monitor and manage Azure IoT. If you're using Raspberry Pi as your development platform, we recommend that you install IoT Explorer on another computer. If you don't want to install IoT Explorer, you can use Azure CLI to perform the same steps.
3030
- Azure CLI. You have two options for running Azure CLI commands in this quickstart:
3131
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, sign in to the [Azure portal](https://portal.azure.com). Follow the steps in [Get started with Azure Cloud Shell](../articles/cloud-shell/get-started.md) to **Start Cloud Shell** and **Select the Bash environment**.

includes/iot-pnp-connect-device-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ This tutorial shows you how to build a sample IoT Plug and Play device applicati
1414

1515
[!INCLUDE [iot-pnp-prerequisites](iot-pnp-prerequisites.md)]
1616

17-
To complete this tutorial, you need Python 3.7 on your development machine. You can download the latest recommended version for multiple platforms from [python.org](https://www.python.org/). You can check your Python version with the following command:
17+
To complete this tutorial, you need Python installed on your development machine. Check the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python/blob/main/README.md) for current Python version requirements. You can check your Python version with the following command:
1818

1919
```cmd/sh
2020
python --version
2121
```
2222

23+
You can download the latest recommended version for multiple platforms from [python.org](https://www.python.org/).
24+
2325
In your local Python environment, install the package as follows:
2426

2527
```cmd/sh

includes/iot-pnp-multiple-components-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this tutorial, you:
2323

2424
You can run this tutorial on Linux or Windows. The shell commands in this tutorial follow the Linux convention for path separators '`/`', if you're following along on Windows be sure to swap these separators for '`\`'.
2525

26-
To complete this tutorial, you need Python 3.7 on your development machine. You can download the latest recommended version for multiple platforms from [python.org](https://www.python.org/). You can check your Python version with the following command:
26+
To complete this tutorial, you need Python installed on your development machine. Check the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python/blob/main/README.md) for current Python version requirements. You can check your Python version with the following command:
2727

2828
```cmd/sh
2929
python --version

includes/iot-pnp-service-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ IoT Plug and Play simplifies IoT by enabling you to interact with a device's mod
1212

1313
[!INCLUDE [iot-pnp-prerequisites](iot-pnp-prerequisites.md)]
1414

15-
To complete this tutorial, you need Python 3.7 on your development machine. You can download the latest recommended version for multiple platforms from [python.org](https://www.python.org/). You can check your Python version with the following command:
15+
To complete this tutorial, you need Python installed on your development machine. Check the [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python/blob/main/README.md) for current Python version requirements. You can check your Python version with the following command:
1616

1717
```cmd/sh
1818
python --version
1919
```
2020

21+
You can download the latest recommended version for multiple platforms from [python.org](https://www.python.org/).
22+
2123
In your local Python environment, install the **azure-iot-device** package as follows:
2224

2325
```cmd/sh

0 commit comments

Comments
 (0)