File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ Getting Started
4848
4949OpenStack Client can be installed from PyPI using pip::
5050
51- pip install python-openstackclient
51+ python3 -m pip install python-openstackclient
5252
5353There are a few variants on getting help. A list of global options and supported
5454commands is shown with ``--help ``::
5555
56- openstack --help
56+ openstack --help
5757
5858There is also a ``help `` command that can be used to get help text for a specific
5959command::
@@ -64,11 +64,9 @@ command::
6464If you want to make changes to the OpenStackClient for testing and contribution,
6565make 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
7371Configuration
7472=============
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = python-openstackclient
33summary = OpenStack Command-line Client
44description_file =
55 README.rst
6+ description-content-type = text/x-rst
67author = OpenStack
78author_email = openstack-discuss@lists.openstack.org
89home_page = https://docs.openstack.org/python-openstackclient/latest/
You can’t perform that action at this time.
0 commit comments