]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update hints for popular operating systems. 1621/head
authorBheesham Persaud <bheesham.persaud@live.ca>
Tue, 29 Dec 2015 22:15:35 +0000 (17:15 -0500)
committerBheesham Persaud <bheesham.persaud@live.ca>
Tue, 29 Dec 2015 22:15:35 +0000 (17:15 -0500)
Fedora now uses `dnf`.

setup.py

index bf90d561fbf3e22680838093d2f312a5d169d5ba..c13eeed033d4bdc3281a12b921666dd7de6142c4 100644 (file)
--- 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: