@@ -50,18 +50,30 @@ off the process.
5050 inflating: invokeAI\readme.txt
5151 ```
5252
53- 3. If you are using a desktop GUI, double-click the installer file. It will be
53+ 3. If you are a macOS user, you may need to install the Xcode command line tools.
54+ These are a set of tools that are needed to run certain applications in a Terminal,
55+ including InvokeAI. This package is provided directly by Apple.
56+
57+ To install, open a terminal window and run `xcode-select --install`. You will get
58+ a macOS system popup guiding you through the install. If you already have them
59+ installed, you will instead see some output in the Terminal advising you that the
60+ tools are already installed.
61+
62+ More information can be found here:
63+ https://www.freecodecamp.org/news/install-xcode-command-line-tools/
64+
65+ 4. If you are using a desktop GUI, double-click the installer file. It will be
5466 named `install.bat` on Windows systems and `install.sh` on Linux and
5567 Macintosh systems.
5668
57- 4 . Alternatively, from the command line, run the shell script or .bat file:
69+ 5 . Alternatively, from the command line, run the shell script or .bat file:
5870
5971 ```cmd
6072 C:\Documents\Linco> cd invokeAI
6173 C:\Documents\Linco\invokeAI> install.bat
6274 ```
6375
64- 5 . Sit back and let the install script work. It will install various binary
76+ 6 . Sit back and let the install script work. It will install various binary
6577 requirements including Conda, Git and Python, then download the current
6678 InvokeAI code and install it along with its dependencies.
6779
@@ -74,7 +86,7 @@ off the process.
7486 and nothing is happening, you can interrupt the script with ^C. You may restart
7587 it and it will pick up where it left off.
7688
77- 6 . After installation completes, the installer will launch a script called
89+ 7 . After installation completes, the installer will launch a script called
7890 `configure_invokeai.py`, which will guide you through the first-time process of
7991 selecting one or more Stable Diffusion model weights files, downloading and
8092 configuring them.
@@ -90,7 +102,7 @@ off the process.
90102 prompted) and configure InvokeAI to use the previously-downloaded files. The
91103 process for this is described in [Installing Models](INSTALLING_MODELS.md).
92104
93- 7 . The script will now exit and you'll be ready to generate some images. The
105+ 8 . The script will now exit and you'll be ready to generate some images. The
94106 invokeAI directory will contain numerous files. Look for a shell script
95107 named `invoke.sh` (Linux/Mac) or `invoke.bat` (Windows). Launch the script
96108 by double-clicking it or typing its name at the command-line:
0 commit comments