8000 updated README for pika 0.10.0 · zerolugithub/rabbitmq-tutorials@83f1d9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 83f1d9a

Browse files
committed
updated README for pika 0.10.0
1 parent ac9ff52 commit 83f1d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ To successfully use the examples you will need a running RabbitMQ server.
77

88
## Requirements
99

10-
To run this code you need `pika` library version 0.9.5. To install it run
10+
To run this code you need `pika` library version 0.10.0 To install it run
1111

12-
pip install pika==0.9.5
12+
pip install pika==0.10.0
1313

1414
You may first need to run
1515

0 commit comments

Comments
 (0)
0