Skip to content

Commit 2245a4e

Browse files
authored
doc(readme): fix incorrect install command (invoke-ai#3024)
Hi, I am trying to install InvokeAI on my linux machine, the command in README.md cannot install correct dependency
2 parents bc01a96 + 0f13b90 commit 2245a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ not supported.
139139
_For Windows/Linux with an NVIDIA GPU:_
140140
141141
```terminal
142-
pip install InvokeAI[xformers] --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117
142+
pip install "InvokeAI[xformers]" --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117
143143
```
144144
145145
_For Linux with an AMD GPU:_

0 commit comments

Comments
 (0)