游雁
2024-05-30 6d3a3da8a8c7d1be9740a9b2d6fac767f8dfff17
README_zh.md
@@ -64,14 +64,24 @@
<a name="安装教程"></a>
## 安装教程
- 安装funasr之前,确保已经安装了下面依赖环境:
```text
python>=3.8
torch>=1.13
torchaudio
```
- pip安装
```shell
pip3 install -U funasr
```
或者从源代码安装
- 或者从源代码安装
``` sh
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip3 install -e ./
```
如果需要使用工业预训练模型,安装modelscope与huggingface_hub(可选)
```shell