From: Ali Maredia Date: Wed, 9 Sep 2020 22:20:10 +0000 (-0400) Subject: Update README.rst for Centos/RHEL Installation X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a2f855452f8b1ea778bcac0ed62e0b5e8db9895;p=ragweed.git Update README.rst for Centos/RHEL Installation Add yum install instructions for running tests on Centos/RHEL Co-authored-by: Mark Kogan <31659604+mkogan1@users.noreply.github.com> --- diff --git a/README.rst b/README.rst index 7a5eaae..015d775 100644 --- a/README.rst +++ b/README.rst @@ -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 -