forked from openlp/openlp
Replace mention of pylint by flake8
This commit is contained in:
parent
95a056e504
commit
9941aaac16
@ -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
|
||||
-----------------
|
||||
|
Loading…
Reference in New Issue
Block a user