Skip to content

Commit 157b92e

Browse files
psychedelicioushipsterusername
authored andcommitted
docs: no need to specify version for dev env setup
1 parent fd838ad commit 157b92e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing/dev-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you just want to use Invoke, you should use the [launcher][launcher link].
3131
With the modifications made, the install command should look something like this:
3232

3333
```sh
34-
uv pip install -e ".[dev,test,docs,xformers]"=5.5.0 --python 3.11 --python-preference only-managed --index=https://download.pytorch.org/whl/cu124 --reinstall
34+
uv pip install -e ".[dev,test,docs,xformers]" --python 3.11 --python-preference only-managed --index=https://download.pytorch.org/whl/cu124 --reinstall
3535
```
3636

3737
5. At this point, you should have Invoke installed, a venv set up and activated, and the server running. But you will see a warning in the terminal that no UI was found. If you go to the URL for the server, you won't get a UI.

docs/installation/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
If you want to use Invoke locally, you should probably use the [launcher](./quick_start.md).
88

9-
If you want to contribute to Invoke, instead follow the [dev environment](../contributing/dev-environment.md) guide.
9+
If you want to contribute to Invoke or run the app on the latest dev branch, instead follow the [dev environment](../contributing/dev-environment.md) guide.
1010

1111
InvokeAI is distributed as a python package on PyPI, installable with `pip`. There are a few things that are handled by the launcher that you'll need to manage manually, described in this guide.
1212

0 commit comments

Comments
 (0)