[docs] Be more specific about pip command

As osa cli supports only python3, we should be more specific about
it's installation command.

Change-Id: Ief18b1bdbe05889baf98ae1e8adadb367fd88bbf
This commit is contained in:
Dmitriy Rabotyagov 2019-08-27 16:35:37 +03:00
parent 7106867abd
commit 587ccf7c64

View File

@ -31,8 +31,8 @@ You can install the latest version of this tooling by running:
.. parsed-literal::
pip install -e git+https://github.com/evrardjp/osa-cli.git#egg=openstack_ansible_cli
pip install -e git+https://github.com/evrardjp/osa_cli_releases.git#egg=osa_cli_releases
pip3 install -e git+https://github.com/evrardjp/osa-cli.git#egg=openstack_ansible_cli
pip3 install -e git+https://github.com/evrardjp/osa_cli_releases.git#egg=osa_cli_releases
This tooling can then be called using ``osa releases``.
Each subcommand contains help by default.