Skip to content

Commit

Permalink
Merge pull request #1621 from bheesham/dnf
Browse files Browse the repository at this point in the history
Update hints for popular operating systems.
  • Loading branch information
bdarnell committed Dec 31, 2015
2 parents 6b312f7 + 02df8f7 commit c42ebde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -60,10 +60,14 @@ class custom_build_ext(build_ext):
$ 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:
Expand Down

0 comments on commit c42ebde

Please sign in to comment.