Fix description of source code installer

The mkdocs version of INSTALL_SOURCE.md has disappeared and I am patching this in
so that users find the correct installer.
This commit is contained in:
Lincoln Stein
2022-12-02 17:16:29 -05:00
committed by GitHub
parent c00d53fcce
commit 292ee06751

View File

@ -5,8 +5,7 @@ title: Overview
We offer several ways to install InvokeAI, each one suited to your We offer several ways to install InvokeAI, each one suited to your
experience and preferences. experience and preferences.
1. [InvokeAI source code installer](INSTALL_SOURCE.md) 1. InvokeAI source code installer
This is a script that will install Python, the Anaconda ("conda") This is a script that will install Python, the Anaconda ("conda")
package manager, all of InvokeAI's its essential third party package manager, all of InvokeAI's its essential third party
libraries and InvokeAI itself. It includes access to a "developer libraries and InvokeAI itself. It includes access to a "developer
@ -18,6 +17,14 @@ experience and preferences.
script. This method is recommended for individuals who wish to script. This method is recommended for individuals who wish to
stay on the cutting edge of InvokeAI development and are not stay on the cutting edge of InvokeAI development and are not
afraid of occasional breakage. afraid of occasional breakage.
To get started go to the bottom of the [Latest Release Page](https://github.com/invoke-ai/InvokeAI/releases/latest)
and download the .zip file for your platform. Unzip the file.
If you are on a Windows system, double-click on the `install.bat`
script. On a Mac or Linux system, navigate to the file `install.sh`
from within the terminal application, and run the script.
Sit back and watch the script run.
**Important Caveats** **Important Caveats**
- This script is a bit cranky and occasionally hangs or times out, - This script is a bit cranky and occasionally hangs or times out,