Skip to content

Commit d21352d

Browse files
committed
Utils: Update python_lint.py flake8 installation suggestion to specify python3 instead of python.
1 parent 45f65b9 commit d21352d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/python_lint.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
4646
You can install these using:
4747
48-
python -m pip install flake8
49-
python -m pip install flake8-import-order
48+
python3 -m pip install flake8
49+
python3 -m pip install flake8-import-order
5050
5151
For more help, see http://flake8.pycqa.org.
5252
"""

0 commit comments

Comments
 (0)