add steps for updating environment

Closes #1017
This commit is contained in:
Lincoln Stein 2022-10-10 18:16:08 -04:00 committed by GitHub
parent e0e69ad279
commit 8954171eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.