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