]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commitdiff
Update README.rst for Centos/RHEL Installation wip-readme 10/head
authorAli Maredia <amaredia@redhat.com>
Wed, 9 Sep 2020 22:20:10 +0000 (18:20 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 22:20:10 +0000 (18:20 -0400)
Add yum install instructions for running tests on Centos/RHEL

Co-authored-by: Mark Kogan <31659604+mkogan1@users.noreply.github.com>
README.rst

index 7a5eaaef111d7e597ba8b77e816cf82c9ac5ca41..015d77530a33caabe3e67d075ab8569fcc9add0e 100644 (file)
@@ -19,6 +19,10 @@ the ``virtualenv`` software installed; e.g. on Debian/Ubuntu::
 
        sudo apt-get install python-virtualenv
 
+on Fedora/RHEL::
+
+       sudo yum install python3-virtualenv
+
 and then run::
 
        ./bootstrap
@@ -60,4 +64,3 @@ OR::
 Finally run the ragweed tests::
 
        RAGWEED_CONF=ragweed.conf RAGWEED_STAGES=prepare,check ./virtualenv/bin/nosetests -v
-