We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d551942 commit dadc34eCopy full SHA for dadc34e
scripts/install.sh
@@ -6,7 +6,7 @@ function usage() {
6
echo "Options:"
7
echo " -h, --help Show this help message"
8
echo " -b, --build-wheels Build the Python wheels"
9
- echo " -a, --all Build the Python wheels with optional dependencies"
+ echo " -a, --all Install with optional dependencies for development"
10
exit 1
11
}
12
# Parse command line arguments
0 commit comments