Replace mention of pylint by flake8

This commit is contained in:
Bastian Germann 2019-09-20 23:27:31 +02:00
parent 95a056e504
commit 9941aaac16
1 changed files with 4 additions and 3 deletions

View File

@ -9,10 +9,11 @@ Prerequisites
In order to run the unit tests, you will need the following Python packages/libraries installed:
- pytest
- pylint3
- flake8
On Ubuntu you can simple install the python3-pytest 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.
On Ubuntu you can simple install the python3-pytest and flake8 packages.
Most other distributions will also have these packages.
On Windows and Mac OS X you will need to use ``pip`` to install these packages.
Running the Tests
-----------------