From 3de1ac66e02e62a964104a0b9085ae75475cb2dc Mon Sep 17 00:00:00 2001 From: Ivan Anfimov <lazekteam@gmail.com> Date: Wed, 22 Jan 2025 08:17:31 +0000 Subject: [PATCH] Update README for use python3 And small change for `long_description_content_type` missing. Change-Id: I042a319bfc5009ce625565effa7ccf634222be28 --- README.rst | 12 +++++------- setup.cfg | 1 + 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index f526ec6adf..ae1cf8acd1 100644 --- a/README.rst +++ b/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 ============= diff --git a/setup.cfg b/setup.cfg index 0ce65134f3..f842dcb7de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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/