Skip to content

Commit 6efd108

Browse files
docs: typo in manual docs install command
Thanks to ShaneDK on discord for catching this.
1 parent f88c1ba commit 6efd108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation/manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ The following commands vary depending on the version of Invoke being installed a
8888
8. Install the `invokeai` package. Substitute the package specifier and version.
8989
9090
```sh
91-
uv pip install <PACKAGE_SPECIFIER>=<VERSION> --python 3.11 --python-preference only-managed --force-reinstall
91+
uv pip install <PACKAGE_SPECIFIER>==<VERSION> --python 3.11 --python-preference only-managed --force-reinstall
9292
```
9393
9494
If you determined you needed to use a `PyPI` index URL in the previous step, you'll need to add `--index=<INDEX_URL>` like this:
9595

9696
```sh
97-
uv pip install <PACKAGE_SPECIFIER>=<VERSION> --python 3.11 --python-preference only-managed --index=<INDEX_URL> --force-reinstall
97+
uv pip install <PACKAGE_SPECIFIER>==<VERSION> --python 3.11 --python-preference only-managed --index=<INDEX_URL> --force-reinstall
9898
```
9999

100100
9. Deactivate and reactivate your venv so that the invokeai-specific commands become available in the environment:

0 commit comments

Comments
 (0)