Merge pull request #76 from rabbitmq/rabbitmq-tutorials-71
upgraded pika to 0.10.0
This commit is contained in:
commit
1300721ed7
2
Makefile
2
Makefile
@ -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 && \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user