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 d705869 commit ce8c6c6Copy full SHA for ce8c6c6
python/README.md
@@ -3,6 +3,18 @@
3
Here you can find a Python code examples from [RabbitMQ
4
tutorials](http://www.rabbitmq.com/getstarted.html).
5
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
18
## Code
19
20
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):
0 commit comments