From 0f13b900594fc38cfa5eaf55623224cddb8de870 Mon Sep 17 00:00:00 2001 From: Yeung Yiu Hung <446404+darkcl@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:21:51 +0800 Subject: [PATCH] doc(readme): fix incorrect install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5857b2d898..4f399a332c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ not supported. _For Windows/Linux with an NVIDIA GPU:_ ```terminal - pip install InvokeAI[xformers] --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117 + pip install "InvokeAI[xformers]" --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117 ``` _For Linux with an AMD GPU:_