Skip to content

Commit ce8c6c6

Browse files
committed
Mention pika version in the README
1 parent d705869 commit ce8c6c6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

python/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Here you can find a Python code examples from [RabbitMQ
44
tutorials](http://www.rabbitmq.com/getstarted.html).
55

6+
## Requirements
7+
8+
To run this code you need `pika` library version 0.5.2 (newer versions
9+
may not work). To install it run
10+
11+
pip install -e git+http://github.com/tonyg/pika.git@v0.5.2#egg=pika-v0.5.2
12+
13+
or
14+
15+
easy_install pika==0.5.2
16+
17+
618
## Code
719

820
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):

0 commit comments

Comments
 (0)