Utils: Update python_lint.py flake8 installation suggestion to specify python3 instead of python.

This commit is contained in:
Allan Shortlidge
2022-01-24 11:41:26 -08:00
parent 45f65b9b6a
commit d21352d0fd

View File

@@ -45,8 +45,8 @@ but these were not found on your system.
You can install these using:
python -m pip install flake8
python -m pip install flake8-import-order
python3 -m pip install flake8
python3 -m pip install flake8-import-order
For more help, see http://flake8.pycqa.org.
"""