Update README.md : ffmpeg to ffmpeg-python
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ This project reuses and extends code from the original Whisper Streaming reposit
|
|
| 39 |
pip install librosa soundfile
|
| 40 |
|
| 41 |
# Whisper streaming web required dependencies
|
| 42 |
-
pip install fastapi ffmpeg
|
| 43 |
```
|
| 44 |
- Install at least one whisper backend among:
|
| 45 |
|
|
|
|
| 39 |
pip install librosa soundfile
|
| 40 |
|
| 41 |
# Whisper streaming web required dependencies
|
| 42 |
+
pip install fastapi ffmpeg-python
|
| 43 |
```
|
| 44 |
- Install at least one whisper backend among:
|
| 45 |
|