Update git install command in readme
Browse files
README.md
CHANGED
@@ -244,7 +244,7 @@ python test.py s0724-s0730.wav out.txt
|
|
244 |
1. Install via pip
|
245 |
|
246 |
```
|
247 |
-
pip install -U --force-reinstall -v git+https://
|
248 |
```
|
249 |
|
250 |
2. Write your own use cases and import the class, the attributes of class TenVAD you can refer to ten_vad.py
|
|
|
244 |
1. Install via pip
|
245 |
|
246 |
```
|
247 |
+
pip install -U --force-reinstall -v git+https://github.com/TEN-framework/ten-vad.git
|
248 |
```
|
249 |
|
250 |
2. Write your own use cases and import the class, the attributes of class TenVAD you can refer to ten_vad.py
|