Skip to content

Commit

Permalink
docs: typo in manual docs install command
Browse files Browse the repository at this point in the history
Thanks to ShaneDK on discord for catching this.
  • Loading branch information
psychedelicious committed Jan 23, 2025
1 parent f88c1ba commit 6efd108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ The following commands vary depending on the version of Invoke being installed a
8. Install the `invokeai` package. Substitute the package specifier and version.
```sh
uv pip install <PACKAGE_SPECIFIER>=<VERSION> --python 3.11 --python-preference only-managed --force-reinstall
uv pip install <PACKAGE_SPECIFIER>==<VERSION> --python 3.11 --python-preference only-managed --force-reinstall
```
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:

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

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

0 comments on commit 6efd108

Please sign in to comment.