From bbbfea488deb1be15822515d0982079762948158 Mon Sep 17 00:00:00 2001 From: tomosuto <15020398+tomosuto@users.noreply.github.com> Date: Thu, 22 Dec 2022 23:58:40 -0500 Subject: [PATCH] Update 020_INSTALL_MANUAL.md (#2092) The file name should be configure_invokeai.py --- docs/installation/020_INSTALL_MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/020_INSTALL_MANUAL.md b/docs/installation/020_INSTALL_MANUAL.md index fa0ec8e41d..e96cbc51ed 100644 --- a/docs/installation/020_INSTALL_MANUAL.md +++ b/docs/installation/020_INSTALL_MANUAL.md @@ -143,7 +143,7 @@ manager, please follow these steps: Note that `configure_invokeai.py` and `invoke.py` should be installed under your virtual environment directory and the system should find them on the PATH. If this isn't working on your system, you can call the - scripts directory using `python scripts/configure_invoke.py` and + scripts directory using `python scripts/configure_invokeai.py` and `python scripts/invoke.py`. !!! tip