8000
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 5f14a36 commit 5fb68cfCopy full SHA for 5fb68cf
python/README.md
@@ -3,22 +3,6 @@
3
Here you can find a Python code examples from [RabbitMQ
4
tutorials](http://www.rabbitmq.com/getstarted.html).
5
6
-## Dependencies
7
-
8
-Before running the examples you need to install
9
-[pika](https://github.com/tonyg/pika) library. In order to do so run,
10
-on Ubuntu:
11
12
- sudo apt-get install python-pip git-core
13
- sudo pip install -e git+http://github.com/tonyg/pika.git#egg=pika
14
15
-on Debian:
16
17
- sudo apt-get install python-setuptools git-core
18
- sudo easy_install pip
19
20
21
22
## Code
23
24
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):
0 commit comments