8000 Drop the dependencies section. · seanhuang/rabbitmq-tutorials@5fb68cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fb68cf

Browse files
committed
Drop the dependencies section.
1 parent 5f14a36 commit 5fb68cf

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

python/README.md

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

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-
sudo pip install -e git+http://github.com/tonyg/pika.git#egg=pika
20-
21-
226
## Code
237

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

0 commit comments

Comments
 (0)
0