From af696601e6eb6d7a67e2a6a22ca85e4611ac4a37 Mon Sep 17 00:00:00 2001 From: rahul Bajaj Date: Oct 23 2016 15:56:08 +0000 Subject: Update docs to dnf --- diff --git a/doc/development.rst b/doc/development.rst index 0b03ee4..b260209 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -191,7 +191,13 @@ We are also inspecting the code using `pylint `_ and aim of course for a 10/10 code (but it is an assymptotic goal). -.. note:: both pep8 and pylint are available in Fedora via yum: +.. note:: both pep8 and pylint are available in Fedora: + + :: + + dnf install python-pep8 pylint + + or :: @@ -273,4 +279,10 @@ by alone, allowing easier debugging of the tests. For example: :: + dnf install python-coverage + + or + + :: + yum install python-coverage