From 09d7a24a4589f7e129405352ae4177a6cc9ed036 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 2 Nov 2021 15:40:26 +0000 Subject: [PATCH] docs: improve instructions for installing teuthology This only applies to the "Ubuntu, Fedora, & Suse/Opensuse" section. Signed-off-by: Laura Flores --- docs/INSTALL.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 3ecff7c8de..28a96c9cd1 100644 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -5,12 +5,24 @@ Installation and setup Ubuntu, Fedora & SUSE/openSUSE ------------------------------ +First, clone the `git repository `__:: -A bootstrap script is provided that will do everything for you assuming + git clone https://github.com/ceph/teuthology.git + +Next, run the bootstrap script, which will do everything for you assuming you have ``sudo``:: + cd teuthology ./bootstrap +Finally, activate the ``virtualenv``:: + + source virtualenv/bin/activate + +Run a teuthology command to confirm that everything's working. For instance:: + + teuthology --help + MacOS X ------- -- 2.39.5