mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Utils: Update python_lint.py flake8 installation suggestion to specify python3 instead of python.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user