summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZac Dover <zac.dover@proton.me>2023-07-27 13:49:19 +0200
committerZac Dover <zac.dover@proton.me>2023-07-27 13:49:19 +0200
commit0b0009bf1fb0cd54cdf0014bd724b00805a3dbd1 (patch)
tree33f043990ba38ae9a0f603ac36d16239c6261641 /README.md
parentMerge PR #52376 into main (diff)
downloadceph-0b0009bf1fb0cd54cdf0014bd724b00805a3dbd1.tar.xz
ceph-0b0009bf1fb0cd54cdf0014bd724b00805a3dbd1.zip
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 <zac.dover@proton.me>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b738f59438..441772ea9aa 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