Skip to content

Commit dec40d9

Browse files
Update source_installer/install.sh.in
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
1 parent fe5c008 commit dec40d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source_installer/install.sh.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ status=$?
117117
if test $status -ne 0
118118
then
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"

0 commit comments

Comments
 (0)