We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e457af commit 6940f6fCopy full SHA for 6940f6f
python/README.md
@@ -7,9 +7,9 @@ To successfully use the examples you will need a running RabbitMQ server.
7
8
## Requirements
9
10
-To run this code you need `pika` library version 0.10.0 To install it run
+To run this code you need to install the `pika` package version 0.10.0 or later. To install it, run
11
12
- pip install pika==0.10.0
+ pip install pika==0.11.0
13
14
You may first need to run
15
0 commit comments