From: Zac Dover Date: Thu, 27 Jul 2023 11:49:19 +0000 (+1000) Subject: doc: update README.md install procedure X-Git-Tag: v18.2.0~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=badad231bea55db71c63e5043bd279d8d26d5f1b;p=ceph.git doc: update README.md install procedure Add instructions directing the reader to install the "python3-routes" package. This package is required in order to launch the dashboard after the installation procedure has completed, but is not yet included in the install-deps.sh script. Signed-off-by: Zac Dover (cherry picked from commit 0b0009bf1fb0cd54cdf0014bd724b00805a3dbd1) --- diff --git a/README.md b/README.md index 3fc8629e68b0..1f00c5dd1d44 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ repository: ## Build Prerequisites +*section last updated 27 Jul 2023* + Make sure that ``curl`` is installed. The Debian and Ubuntu ``apt`` command is provided here, but if you use a system with a different package manager, then you must use whatever command is the proper counterpart of this one: @@ -52,6 +54,10 @@ Install Debian or RPM package dependencies by running the following command: ./install-deps.sh +Install the ``python3-routes`` package: + + apt install python3-routes + ## Building Ceph