Update verification for Python3

osc-placement was still using python2.7 pip command. Also added
name for distro package.

Change-Id: I66218a57d1adbc35e05e36117e238a1d891cd6f3
This commit is contained in:
Amy Marrich (spotz) 2020-07-08 19:33:39 -05:00
parent df56e21c90
commit f58c3d9fa8

View File

@ -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: