From 56d0ab94741272a52896267b7ccabcb5aa786e92 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 28 Aug 2016 14:20:23 -0400 Subject: [PATCH] updated doc build readme for current Fedora and RHEL/CentOS --- doc/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/README.md b/doc/README.md index 26a51c13ab..b843b7eabe 100644 --- a/doc/README.md +++ b/doc/README.md @@ -14,8 +14,8 @@ make clean-all # remove entire build folder and any cached data ## Installing prerequisites -To run the documention build toolchain Python 3 and virtualenv have to be -installed. Here are instructions for common setups: +To run the documention build toolchain, Python 3 and virtualenv have +to be installed. Here are instructions for common setups: ### Ubuntu @@ -23,10 +23,16 @@ installed. Here are instructions for common setups: sudo apt-get install python-virtualenv ``` -### Fedora +### Fedora (up to version 21), Red Hat Enterprise Linux or CentOS (up to version 7.x) +```bash +sudo yum install python3-virtualenv ``` -sudo yum install python-virtualenv + +### Fedora (since version 22) + +```bash +sudo dnf install python3-virtualenv ``` ### MacOS X