From: Bheesham Persaud Date: Tue, 29 Dec 2015 22:15:35 +0000 (-0500) Subject: Update hints for popular operating systems. X-Git-Tag: v4.4.0b1~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1621%2Fhead;p=thirdparty%2Ftornado.git Update hints for popular operating systems. Fedora now uses `dnf`. --- 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: