diff -r ca2c10196348 setup.rst --- a/setup.rst Sun Mar 06 20:43:17 2016 -0800 +++ b/setup.rst Tue Apr 12 19:07:22 2016 -0400 @@ -113,6 +113,11 @@ $ sudo yum install yum-utils $ sudo yum-builddep python3 +Fedora and other ``DNF`` based systems:: + + $ sudo dnf install dnf-plugins-core + $ sudo dnf builddep python3 + Debian, Ubuntu and other ``apt`` based systems, try to get the dependencies for the Python version that you're working on e.g.::