From 8954171eea30557ea8f8b9bc0575c34c3630d64e Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 10 Oct 2022 18:16:08 -0400 Subject: [PATCH] add steps for updating environment Closes #1017 --- docs/installation/INSTALL_LINUX.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/INSTALL_LINUX.md b/docs/installation/INSTALL_LINUX.md index eec5c74327..171a0fa8f4 100644 --- a/docs/installation/INSTALL_LINUX.md +++ b/docs/installation/INSTALL_LINUX.md @@ -107,6 +107,7 @@ This distribution is changing rapidly. If you used the `git clone` method (step ``` (invokeai) ~/InvokeAI$ git pull +(invokeai) ~/InvokeAI$ conda env update -f environment.yml ``` This will bring your local copy into sync with the remote one.