Update hints for popular operating systems.

Fedora now uses `dnf`.
This commit is contained in:
Bheesham Persaud 2015-12-29 17:15:35 -05:00
parent c2b4d05264
commit 02df8f7011
1 changed files with 5 additions and 1 deletions

View File

@ -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: