Skip to content

Commit f61aca5

Browse files
authored
removed package name reference for v1 (#1221)
V1 was released under many names, removed a potentially incorrect reference
1 parent e0cf346 commit f61aca5

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

migration_guide.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ code base. Note that this guide assumes the use of asynchronous code.
55

66
## Installing the IoTHub Python SDK
77

8-
- v1
9-
10-
```Shell
11-
pip install azure-iothub-device-client
12-
13-
```
14-
15-
- v2
8+
IoTHub Python v2 code is installed via a new package name:
169

1710
```Shell
1811
pip install azure-iot-device

0 commit comments

Comments
 (0)