summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2018-10-15 10:56:55 +0200
committerHervé Beraud <hberaud@redhat.com>2018-10-15 10:56:55 +0200
commit0410bcbf543a589f19eb145c2cc34852e24d2e5e (patch)
tree0bf91041b5159e29dd6b9d6e06761a864ffb11ca
parent9ca7359bfdef609ac1a40b20f57273a929d33cf7 (diff)
downloadoslo-messaging-0410bcbf543a589f19eb145c2cc34852e24d2e5e.tar.gz
Using pip as a python module9.1.0
Since python 2.7.9 and python 3.4 pip is a stdin module Change-Id: I17c8c93337fa4f0a33f9131d4117739179133ea9
-rw-r--r--doc/source/admin/AMQP1.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/admin/AMQP1.0.rst b/doc/source/admin/AMQP1.0.rst
index e22d960..562617f 100644
--- a/doc/source/admin/AMQP1.0.rst
+++ b/doc/source/admin/AMQP1.0.rst
@@ -233,7 +233,7 @@ packages:
::
- pip install oslo.messaging[amqp1]
+ python -m pip install oslo.messaging[amqp1]
The Proton package includes a C extension that links to the Proton
library. The C extension is built locally when the Proton source