Skip to content

Commit fae0c77

Browse files
committed
Update error message
1 parent 8e33c04 commit fae0c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/check_numpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ -x "${PIP}" ]] && "${PIP}" show numpy | grep 'Version' >/dev/null; then
2626
echo 'NumPy is installed.' >&2
2727
exit 0
2828
else
29-
echo 'ERROR: missing dependency. Please install NumPy (http://www.numpy.org/). Once installed, run the command again.' >&2
29+
echo 'ERROR: missing dependency. Ensure pip is installed (https://github.com/pypa/pip). If so, please install NumPy (http://www.numpy.org/). Once installed, run the command again.' >&2
3030
exit 1
3131
fi
3232

0 commit comments

Comments
 (0)