Skip to content

Commit a7417a4

Browse files
committed
Remove unnecessary sections from the README.
1 parent b7be74d commit a7417a4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README-ja.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,11 @@ pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=st
127127
pip install streamdiffusion[tensorrt]
128128
```
129129

130-
TensorRT と pywin32 をインストール
131-
(※※pywin32はWindowsの場合のみ必要です。)
130+
TensorRT をインストール
131+
132132

133133
```bash
134134
python -m streamdiffusion.tools.install-tensorrt
135-
# windows の場合以下も実行
136-
pip install pywin32
137135
```
138136

139137
#### 開発者向け

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,10 @@ pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=st
127127
pip install streamdiffusion[tensorrt]
128128
```
129129

130-
Install TensorRT extension and pywin32
131-
(※※pywin32 is required only for Windows.)
130+
Install TensorRT extension
132131

133132
```bash
134133
python -m streamdiffusion.tools.install-tensorrt
135-
# If you use Windows, you need to install pywin32
136-
pip install pywin32
137134
```
138135

139136

0 commit comments

Comments
 (0)