Skip to content

Commit dadc34e

Browse files
Update scripts/install.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d551942 commit dadc34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function usage() {
66
echo "Options:"
77
echo " -h, --help Show this help message"
88
echo " -b, --build-wheels Build the Python wheels"
9-
echo " -a, --all Build the Python wheels with optional dependencies"
9+
echo " -a, --all Install with optional dependencies for development"
1010
exit 1
1111
}
1212
# Parse command line arguments

0 commit comments

Comments
 (0)