8000 easy_install pip, as easy_install pika==0.9.5 fails · syk-coder/rabbitmq-tutorials@9fc4bc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fc4bc9

Browse files
author
Ann Witbrock
committed
easy_install pip, as easy_install pika==0.9.5 fails
1 parent c5324b1 commit 9fc4bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ To run this code you need `pika` library version 0.9.5. To install it run
99

1010
pip install -e git+http://github.com/pika/pika.git@v0.9.5#egg=pika-v0.9.5
1111

12-
or
12+
You may first need to run
1313

14-
easy_install pika==0.9.5
14+
easy_install pip
1515

1616

1717
## Code

0 commit comments

Comments
 (0)
0