zhifu gao
2023-04-13 880d76020bdc9777296ee06da520f14f9ff16f63
Update README.md
1个文件已修改
9 ■■■■ 已修改文件
README.md 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md
@@ -30,10 +30,17 @@
## Installation
``` sh
pip install -U modelscope
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip install -e ./
```
If you want to use the pretrained models in ModelScope, you should install the modelscope:
```shell
pip install -U modelscope
# For the users in China, you could install with
# pip install -U modelscope -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
```
For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki)
## Usage