From f58c3d9fa8c79774361f7fcc912992f20a5d451d Mon Sep 17 00:00:00 2001 From: "Amy Marrich (spotz)" Date: Wed, 8 Jul 2020 19:33:39 -0500 Subject: [PATCH] Update verification for Python3 osc-placement was still using python2.7 pip command. Also added name for distro package. Change-Id: I66218a57d1adbc35e05e36117e238a1d891cd6f3 --- doc/source/install/verify.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index 7c62f55de..61cd291ab 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -42,11 +42,13 @@ Verify operation of the placement service. .. note:: This example uses `PyPI`_ and :ref:`about-pip` but if you are using distribution packages you can install the package from - their repository. + their repository. With the move to python3 you will need to + specify **pip3** or install **python3-osc-placement** from + your distribution. .. code-block:: console - $ pip install osc-placement + $ pip3 install osc-placement * List available resource classes and traits: