Skip to content

Commit 04778f0

Browse files
committed
Use python -m pip installation method
See https://snarky.ca/why-you-should-use-python-m-pip/
1 parent 3492bf0 commit 04778f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Install
7171
-------
7272
Install with pip::
7373

74-
$ pip install flake8-builtins
74+
$ python -m pip install flake8-builtins
7575

7676
Options
7777
-------

0 commit comments

Comments
 (0)