Skip to content

Commit 2bfb16e

Browse files
authored
Merge pull request #101 from stackhpc/upstream/master-2026-06-08
Synchronise master with upstream
2 parents 5d49f3a + 32c1299 commit 2bfb16e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

doc/source/installation.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Installation
33
============
44

5+
.. note::
6+
7+
In the commands below, substitute "<release>" for your version of choice,
8+
such as "queens" or "rocky".
9+
10+
If you use the development version, replace "stable/<release>" with "master".
11+
512
Retrieve and install CloudKitty dashboard:
613

714
::
815

916
git clone https://opendev.org/openstack/cloudkitty-dashboard
1017
cd cloudkitty-dashboard
11-
python setup.py install
18+
pip install -c https://opendev.org/openstack/requirements/raw/branch/stable/<release>/upper-constraints.txt.
1219

1320

1421
Find where the python packages are installed:

0 commit comments

Comments
 (0)