Update hints for popular operating systems.
Fedora now uses `dnf`.
This commit is contained in:
parent
c2b4d05264
commit
02df8f7011
6
setup.py
6
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue