sudoping01 commited on
Commit
98966d0
·
verified ·
1 Parent(s): d9daa31

update package installation

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -87,7 +87,15 @@ This diversity ensures the model excels across:
87
 
88
  ### Installation
89
  ```bash
90
- pip install git+https://github.com/sudoping01/whosper.git
 
 
 
 
 
 
 
 
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