Spaces:
Running
Running
jhj0517
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -87,8 +87,8 @@ After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your syst
|
|
87 |
```shell
|
88 |
git clone https://github.com/jhj0517/Whisper-WebUI.git
|
89 |
```
|
90 |
-
2. Run `install.bat` or `install.sh` to install dependencies. (
|
91 |
-
3. Start WebUI with `start-webui.bat` or `start-webui.sh`
|
92 |
|
93 |
And you can also run the project with command line arguments if you like to, see [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for a guide to arguments.
|
94 |
|
|
|
87 |
```shell
|
88 |
git clone https://github.com/jhj0517/Whisper-WebUI.git
|
89 |
```
|
90 |
+
2. Run `install.bat` or `install.sh` to install dependencies. (It will create a `venv` directory and install dependencies there.)
|
91 |
+
3. Start WebUI with `start-webui.bat` or `start-webui.sh` (It will run `python app.py` after activating the venv)
|
92 |
|
93 |
And you can also run the project with command line arguments if you like to, see [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for a guide to arguments.
|
94 |
|