Drop the dependencies section.
This commit is contained in:
parent
5f14a36f36
commit
5fb68cf5a0
@ -3,22 +3,6 @@
|
||||
Here you can find a Python code examples from [RabbitMQ
|
||||
tutorials](http://www.rabbitmq.com/getstarted.html).
|
||||
|
||||
## Dependencies
|
||||
|
||||
Before running the examples you need to install
|
||||
[pika](https://github.com/tonyg/pika) library. In order to do so run,
|
||||
on Ubuntu:
|
||||
|
||||
sudo apt-get install python-pip git-core
|
||||
sudo pip install -e git+http://github.com/tonyg/pika.git#egg=pika
|
||||
|
||||
on Debian:
|
||||
|
||||
sudo apt-get install python-setuptools git-core
|
||||
sudo easy_install pip
|
||||
sudo pip install -e git+http://github.com/tonyg/pika.git#egg=pika
|
||||
|
||||
|
||||
## Code
|
||||
|
||||
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):
|
||||
|
Loading…
Reference in New Issue
Block a user