8000 Pika from github is 0.9.6, instead of 0.9.5. Let's use pip. · syk-coder/rabbitmq-tutorials@b4c0b9e · GitHub
[go: up one dir, main page]

Skip to content

Commit b4c0b9e

Browse files
committed
Pika from github is 0.9.6, instead of 0.9.5. Let's use pip.
1 parent 34d2cc4 commit b4c0b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To successfully use the examples you will need a running RabbitMQ server.
99

1010
To run this code you need `pika` library version 0.9.5. To install it run
1111

12-
pip install -e git+http://github.com/pika/pika.git@v0.9.5#egg=pika-v0.9.5
12+
pip install pika==0.9.5
1313

1414
You may first need to run
1515

0 commit comments

Comments
 (0)
0