Skip to content

Commit

Permalink
specify the python version in the command
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Sep 16, 2022
1 parent d432824 commit f30aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -23,7 +23,7 @@ It can be installed with::

Useful tips:

* You can invoke Pyflakes with ``python -m pyflakes .``
* You can invoke Pyflakes with ``python3.# -m pyflakes .``

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

0 comments on commit f30aad0

Please sign in to comment.