Ziyi223 commited on
Commit
d5ef7f0
·
verified ·
1 Parent(s): 18402b2

Update git install command in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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://huggingface.co/TEN-framework/ten-vad
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