Merge "Update README for use python3"

This commit is contained in:
Zuul
2025-03-19 13:06:39 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 7 deletions

View File

@@ -48,12 +48,12 @@ Getting Started
OpenStack Client can be installed from PyPI using pip::
pip install python-openstackclient
python3 -m pip install python-openstackclient
There are a few variants on getting help. A list of global options and supported
commands is shown with ``--help``::
openstack --help
openstack --help
There is also a ``help`` command that can be used to get help text for a specific
command::
@@ -64,11 +64,9 @@ command::
If you want to make changes to the OpenStackClient for testing and contribution,
make any changes and then run::
python setup.py develop
or::
pip install -e .
git clone https://opendev.org/openstack/python-openstackclient
cd python-openstackclient
python3 -m pip install -e .
Configuration
=============

View File

@@ -3,6 +3,7 @@ name = python-openstackclient
summary = OpenStack Command-line Client
description_file =
README.rst
description-content-type = text/x-rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-openstackclient/latest/