From 6a2f855452f8b1ea778bcac0ed62e0b5e8db9895 Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Wed, 9 Sep 2020 18:20:10 -0400 Subject: [PATCH] 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> --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - -- 2.47.3