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 336d376
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.rst
Expand Up @@ -21,19 +21,6 @@ It can be installed with::
$ pip install --upgrade pyflakes


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.

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


Design Principles
-----------------
Pyflakes makes a simple promise: it will never complain about style,
Expand Down

0 comments on commit 336d376

Please sign in to comment.