From 02df8f701116bb9c86e7791e65c6d2ffdfeb79ac Mon Sep 17 00:00:00 2001 From: Bheesham Persaud Date: Tue, 29 Dec 2015 17:15:35 -0500 Subject: [PATCH] Update hints for popular operating systems. Fedora now uses `dnf`. --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf90d561f..c13eeed03 100644 --- a/setup.py +++ b/setup.py @@ -60,10 +60,14 @@ Debian and Ubuntu users should issue the following command: $ sudo apt-get install build-essential python-dev -RedHat, CentOS, and Fedora users should issue the following command: +RedHat and CentOS users should issue the following command: $ sudo yum install gcc python-devel +Fedora users should issue the following command: + + $ sudo dnf install gcc python-devel + If you are seeing this message on OSX please read the documentation here: -- 2.47.2