From 636ece323fe3ef49400bf9c02607a0740472d715 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:05:36 +1000 Subject: [PATCH] Update INSTALL_DEVELOPMENT.md --- docs/installation/INSTALL_DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/INSTALL_DEVELOPMENT.md b/docs/installation/INSTALL_DEVELOPMENT.md index 3f42846556..ead6b3bc8d 100644 --- a/docs/installation/INSTALL_DEVELOPMENT.md +++ b/docs/installation/INSTALL_DEVELOPMENT.md @@ -23,6 +23,7 @@ If you have an interest in how InvokeAI works, or you would like to add features 1. [Fork and clone] the [InvokeAI repo]. 1. Follow the [manual installation] docs to create a new virtual environment for the development install. + - Create a new folder outside the repo root for the installation and create the venv inside that folder. - When installing the InvokeAI package, add `-e` to the command so you get an [editable install]. 1. Install the [frontend dev toolchain] and do a production build of the UI as described. 1. You can now run the app as described in the [manual installation] docs.