Merge pull request #76 from rabbitmq/rabbitmq-tutorials-71

upgraded pika to 0.10.0
This commit is contained in:
Michael Klishin 2015-09-24 01:29:36 -07:00
commit 1300721ed7
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ clean::
(cd java && \
rm -rf .ok *.jar *.class *.zip rabbitmq-java-client-bin*)
PVER=0.9.5
PVER=0.10.0
python/.ok:
(cd python && \
virtualenv venv && \

View File

@ -7,9 +7,9 @@ To successfully use the examples you will need a running RabbitMQ server.
## Requirements
To run this code you need `pika` library version 0.9.5. To install it run
To run this code you need `pika` library version 0.10.0 To install it run
pip install pika==0.9.5
pip install pika==0.10.0
You may first need to run