Skip to content

Commit 80c9e66

Browse files
committed
build: Remove install command samples
test/README.md contains comprehensive install instructions.
1 parent 2ad74b7 commit 80c9e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lint/lint-python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ enabled=(
8282
)
8383

8484
if ! command -v flake8 > /dev/null; then
85-
echo "Skipping Python linting since flake8 is not installed. Install by running \"pip3 install flake8\""
85+
echo "Skipping Python linting since flake8 is not installed."
8686
exit 0
8787
elif PYTHONWARNINGS="ignore" flake8 --version | grep -q "Python 2"; then
88-
echo "Skipping Python linting since flake8 is running under Python 2. Install the Python 3 version of flake8 by running \"pip3 install flake8\""
88+
echo "Skipping Python linting since flake8 is running under Python 2. Install the Python 3 version of flake8."
8989
exit 0
9090
fi
9191

0 commit comments

Comments
 (0)