diff options
author | zdover23 <zac.dover@proton.me> | 2023-07-27 21:11:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 21:11:44 +0200 |
commit | 8e6c03fdda700a82ecc204f42903683242344f8e (patch) | |
tree | 1d8c4a225ca8a616201c4f4f18c319ebd5815c44 | |
parent | Merge pull request #52591 from ronen-fr/wip-rf-cephx-init (diff) | |
parent | doc: update README.md install procedure (diff) | |
download | ceph-8e6c03fdda700a82ecc204f42903683242344f8e.tar.xz ceph-8e6c03fdda700a82ecc204f42903683242344f8e.zip |
Merge pull request #52671 from zdover23/wip-doc-2023-07-27-readmemd-2-of-x
doc: update README.md install procedure
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
-rw-r--r-- | README.md | 6 |
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 |