Skip to content

Commit 669a50b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update README for use python3"
2 parents 1763c11 + 3de1ac6 commit 669a50b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Getting Started
4848

4949
OpenStack Client can be installed from PyPI using pip::
5050

51-
pip install python-openstackclient
51+
python3 -m pip install python-openstackclient
5252

5353
There are a few variants on getting help. A list of global options and supported
5454
commands is shown with ``--help``::
5555

56-
openstack --help
56+
openstack --help
5757

5858
There is also a ``help`` command that can be used to get help text for a specific
5959
command::
@@ -64,11 +64,9 @@ command::
6464
If you want to make changes to the OpenStackClient for testing and contribution,
6565
make any changes and then run::
6666

67-
python setup.py develop
68-
69-
or::
70-
71-
pip install -e .
67+
git clone https://opendev.org/openstack/python-openstackclient
68+
cd python-openstackclient
69+
python3 -m pip install -e .
7270

7371
Configuration
7472
=============

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = python-openstackclient
33
summary = OpenStack Command-line Client
44
description_file =
55
README.rst
6+
description-content-type = text/x-rst
67
author = OpenStack
78
author_email = openstack-discuss@lists.openstack.org
89
home_page = https://docs.openstack.org/python-openstackclient/latest/

0 commit comments

Comments
 (0)