File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ status=$?
117117if test $status -ne 0
118118then
119119 if [ " $OS_NAME " == " osx" ]; then
120- echo " Python failed to install the environment. You may need to authorize "
121- echo " it to do so by installing the Xcode tools . See step number 3 of"
120+ echo " Python failed to install the environment. You may need to install "
121+ echo " the Xcode command line tools to proceed . See step number 3 of"
122122 echo " https://invoke-ai.github.io/InvokeAI/INSTALL_SOURCE#walk_through for"
123- echo " Xcode installation instructions and then run this script again."
123+ echo " installation instructions and then run this script again."
124124 else
125125 echo " Something went wrong while installing Python libraries and cannot continue."
126126 echo " See https://invoke-ai.github.io/InvokeAI/INSTALL_SOURCE#troubleshooting for troubleshooting"
You can’t perform that action at this time.
0 commit comments