Skip to content

Commit 1f3f561

Browse files
authored
Fix package imports.
1 parent e0d0f99 commit 1f3f561

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/service-bus-messaging/service-bus-python-how-to-use-queues.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Note the following, which you'll use in the code below:
6969

7070
1. To install the required Python packages for this Service Bus tutorial, open a command prompt that has Python in its path, change the directory to the folder where you want to have your samples.
7171

72-
1. Install the following packages by running:
72+
1. Install the following packages:
7373

7474
```shell
7575
pip install azure-servicebus
@@ -81,11 +81,10 @@ Note the following, which you'll use in the code below:
8181

8282
1. To install the required Python packages for this Service Bus tutorial, open a command prompt that has Python in its path, change the directory to the folder where you want to have your samples.
8383

84-
1. Install the following packages by running:
84+
1. Install the following package:
8585

8686
```bash
8787
pip install azure-servicebus
88-
pip install aiohttp
8988
```
9089

9190
---

0 commit comments

Comments
 (0)