]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update README.md install procedure 52671/head
authorZac Dover <zac.dover@proton.me>
Thu, 27 Jul 2023 11:49:19 +0000 (21:49 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 27 Jul 2023 11:49:19 +0000 (21:49 +1000)
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 <zac.dover@proton.me>
README.md

index 2b738f59438af961d9273283fb4c4ac13aee2fac..441772ea9aabe35ad4124cd362ca0aca0a88cfaf 100644 (file)
--- 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