From 9e43578f6c177a8938fc6935ccc60709b79096d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Fri, 8 May 2026 09:38:14 +0200 Subject: [PATCH] Use pip to install from sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `setup.py install` command is deprecated since setuptools 58.3.0: https://setuptools.pypa.io/en/latest/history.html#v58-3-0. Change-Id: I86ef45df23f95767c412cebd74eb7ed0eb810ca2 Signed-off-by: François Magimel --- doc/source/installation.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 43c4dc7..0aaaa0e 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -2,13 +2,20 @@ Installation ============ +.. note:: + + In the commands below, substitute "" for your version of choice, + such as "queens" or "rocky". + + If you use the development version, replace "stable/" with "master". + Retrieve and install CloudKitty dashboard: :: git clone https://opendev.org/openstack/cloudkitty-dashboard cd cloudkitty-dashboard - python setup.py install + pip install -c https://opendev.org/openstack/requirements/raw/branch/stable//upper-constraints.txt. Find where the python packages are installed: