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 34d2cc4 commit b4c0b9eCopy full SHA for b4c0b9e
python/README.md
@@ -9,7 +9,7 @@ To successfully use the examples you will need a running RabbitMQ server.
9
10
To run this code you need `pika` library version 0.9.5. To install it run
11
12
- pip install -e git+http://github.com/pika/pika.git@v0.9.5#egg=pika-v0.9.5
+ pip install pika==0.9.5
13
14
You may first need to run
15
0 commit comments