Skip to content

Commit

Permalink
Remove reference of py2 from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Oct 1, 2022
1 parent 04ecb0c commit b83cab5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.rst
Expand Up @@ -23,12 +23,7 @@ It can be installed with::

Useful tips:

* Be sure to install it for a version of Python which is compatible
with your codebase: for Python 2, ``pip2 install pyflakes`` and for
Python3, ``pip3 install pyflakes``.

* You can also invoke Pyflakes with ``python3 -m pyflakes .`` or
``python2 -m pyflakes .`` if you have it installed for both versions.
* You can also invoke Pyflakes with ``python3.# -m pyflakes .`` (for example, ``python3.10 -m pyflakes .``) if you want to run it for a specific python version.

* If you require more options and more flexibility, you could give a
look to Flake8_ too.
Expand Down

0 comments on commit b83cab5

Please sign in to comment.