mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Update README for use python3"
This commit is contained in:
commit
669a50be55
2 changed files with 6 additions and 7 deletions
12
README.rst
12
README.rst
|
|
@ -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
|
||||
=============
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue