]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
docs: improve instructions for installing teuthology 1691/head
authorLaura Flores <lflores@redhat.com>
Tue, 2 Nov 2021 15:40:26 +0000 (15:40 +0000)
committerLaura Flores <lflores@redhat.com>
Tue, 2 Nov 2021 15:50:11 +0000 (15:50 +0000)
This only applies to the "Ubuntu, Fedora, & Suse/Opensuse" section.

Signed-off-by: Laura Flores <lflores@redhat.com>
docs/INSTALL.rst

index 3ecff7c8de2b4d2849cf435274e0d8c500cb8955..28a96c9cd1fe4a76f7a9613ffe4c3f6d87652be5 100644 (file)
@@ -5,12 +5,24 @@ Installation and setup
 
 Ubuntu, Fedora & SUSE/openSUSE
 ------------------------------
+First, clone the `git repository <https://github.com/ceph/teuthology/>`__::
 
-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
 -------