From d268a4360f29c3f3160fd762e43ffaa86a15da5d Mon Sep 17 00:00:00 2001 From: yufan <379840315@qq.com> Date: 星期五, 14 四月 2023 09:58:08 +0800 Subject: [PATCH] Update e2e_asr_mfcca.py --- README.md | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23f1abe..88ca7c0 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,17 @@ ## Installation ``` sh -pip install "modelscope[audio_asr]" --upgrade -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html git clone https://github.com/alibaba/FunASR.git && cd FunASR -pip install --editable ./ +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 -- Gitblit v1.9.1