Skip to content

Commit 4b22c84

Browse files
JPPhotopsychedelicious
authored andcommitted
Update dev-environment.md
Document the latest changes required to build Invoke 6.0.
1 parent c9daf1d commit 4b22c84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/contributing/dev-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you just want to use Invoke, you should use the [launcher][launcher link].
4141
With the modifications made, the install command should look something like this:
4242
4343
```sh
44-
uv pip install -e ".[dev,test,docs,xformers]" --python 3.12 --python-preference only-managed --index=https://download.pytorch.org/whl/cu126 --reinstall
44+
uv pip install -e ".[dev,test,docs,xformers]" --python 3.12 --python-preference only-managed --index=https://download.pytorch.org/whl/cu128 --reinstall
4545
```
4646
4747
6. 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.
@@ -50,11 +50,11 @@ If you just want to use Invoke, you should use the [launcher][launcher link].
5050

5151
If you only want to edit the docs, you can stop here and skip to the **Documentation** section below.
5252

53-
7. Install the frontend dev toolchain:
53+
7. Install the frontend dev toolchain, paying attention to versions:
5454

55-
- [`nodejs`](https://nodejs.org/) (v20+)
55+
- [`nodejs`](https://nodejs.org/) (tested on LTS, v22)
5656

57-
- [`pnpm`](https://pnpm.io/8.x/installation) (must be v8 - not v9!)
57+
- [`pnpm`](https://pnpm.io/installation) (tested on v10)
5858

5959
8. Do a production build of the frontend:
6060

0 commit comments

Comments
 (0)