From 242db536a9569b607c28254755a4aa072ea646ea Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期四, 13 四月 2023 13:00:27 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cf5a6c..8bd5ff9 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ | [**Model Zoo**](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary) | [**Contact**](#contact) -## What's new: ## What's new: + For the release notes, please ref to [news](https://github.com/alibaba-damo-academy/FunASR/releases) ## Highlights @@ -30,9 +30,9 @@ ## Installation ``` sh -pip install "modelscope[audio_asr]" --upgrade -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html +pip install -U modelscope git clone https://github.com/alibaba/FunASR.git && cd FunASR -pip install --editable ./ +pip install -e ./ ``` For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki) -- Gitblit v1.9.1