From 035bd08a9a3ef5c581dd28b1e00e85cda9cfe404 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Sat, 13 Oct 2018 11:12:00 +0200 Subject: [PATCH] pylint3 --- tests/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.txt b/tests/README.txt index 926e49043..edf788d4a 100644 --- a/tests/README.txt +++ b/tests/README.txt @@ -9,9 +9,9 @@ Prerequisites In order to run the unit tests, you will need the following Python packages/libraries installed: - nose2 - - pylint + - pylint3 -On Ubuntu you can simple install the python-nose2 and pylint packages. Most other distributions will also have these +On Ubuntu you can simple install the python-nose2 and pylint3 packages. Most other distributions will also have these packages. On Windows and Mac OS X you will need to use ``pip`` or ``easy_install`` to install these packages. Running the Tests