From 0410bcbf543a589f19eb145c2cc34852e24d2e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= <hberaud@redhat.com> Date: Mon, 15 Oct 2018 10:56:55 +0200 Subject: [PATCH] Using pip as a python module Since python 2.7.9 and python 3.4 pip is a stdin module Change-Id: I17c8c93337fa4f0a33f9131d4117739179133ea9 --- doc/source/admin/AMQP1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/AMQP1.0.rst b/doc/source/admin/AMQP1.0.rst index e22d960c8..562617f76 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