Skip to content

Commit 30d587f

Browse files
authored
Fix install instructions for server
1 parent b90dfc8 commit 30d587f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This guide will show you how to use the [`StableDiffusion3Pipeline`] in a server
99
Start by navigating to the `examples/server` folder and installing all of the dependencies.
1010

1111
```py
12-
pip install .
13-
pip install -f requirements.txt
12+
pip install diffusers
13+
pip install -r requirements.txt
1414
```
1515

1616
Launch the server with the following command.

0 commit comments

Comments
 (0)