update package installation
Browse files
README.md
CHANGED
|
@@ -87,7 +87,15 @@ This diversity ensures the model excels across:
|
|
| 87 |
|
| 88 |
### Installation
|
| 89 |
```bash
|
| 90 |
-
pip install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
```
|
| 92 |
|
| 93 |
### Basic Usage
|
|
|
|
| 87 |
|
| 88 |
### Installation
|
| 89 |
```bash
|
| 90 |
+
pip install whosper
|
| 91 |
+
```
|
| 92 |
+
for speed
|
| 93 |
+
```bash
|
| 94 |
+
uv pip install whosper
|
| 95 |
+
```
|
| 96 |
+
from the source
|
| 97 |
+
```bash
|
| 98 |
+
pip install git+https://github.com/sudoping01/whosper.git
|
| 99 |
```
|
| 100 |
|
| 101 |
### Basic Usage
|