File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ The following commands vary depending on the version of Invoke being installed a
88888. 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
1001009. Deactivate and reactivate your venv so that the invokeai-specific commands become available in the environment:
You can’t perform that action at this time.
0 commit comments