Skip to content

Commit 0fa91f0

Browse files
committed
Update cli tool install
1 parent bd552dd commit 0fa91f0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

articles/iot-edge/how-to-visual-studio-develop-module.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,10 @@ This article assumes that you use a machine running Windows as your development
5151
5252
::: zone pivot="iotedge-dev-cli" -->
5353

54-
* Install the Python-based [Azure IoT Edge Dev Tool](https://pypi.org/project/iotedgedev/) in order to set up your local development environment to debug, run, and test your IoT Edge solution. If you haven't already done so, install [Python (3.6/3.7/3.8) and Pip3](https://www.python.org/) and then install the IoT Edge Dev Tool (iotedgedev) by running this command in your terminal.
54+
Install the Python-based [Azure IoT Edge Dev Tool](https://pypi.org/project/iotedgedev/) to create your IoT Edge solution. There are two options:
5555

56-
```cmd
57-
pip3 install iotedgedev
58-
```
59-
60-
> [!NOTE]
61-
>
62-
> If you have multiple Python including pre-installed Python 2.7 (for example, on Ubuntu or macOS), make sure you are using `pip3` to install *IoT Edge Dev Tool (iotedgedev)*.
63-
>
64-
> For more information setting up your development machine, see [iotedgedev development setup](https://github.com/Azure/iotedgedev/blob/main/docs/environment-setup/manual-dev-machine-setup.md).
56+
* Use the prebuilt [IoT Edge Dev Container](https://github.com/Azure/iotedgedev/blob/main/docs/environment-setup/run-devcontainer-docker.md)
57+
* Install the tool using the [iotedgedev development setup](https://github.com/Azure/iotedgedev/blob/main/docs/environment-setup/manual-dev-machine-setup.md)
6558

6659
<!-- ::: zone-end -->
6760

0 commit comments

Comments
 (0)