Yabin Li
2023-10-16 c38e4f39f6b52c278294a11c9e06c260ea8e4ecd
funasr/runtime/python/onnxruntime/README.md
@@ -1,17 +1,17 @@
# ONNXRuntime-python
## Install `funasr_onnx`
## Install `funasr-onnx`
install from pip
```shell
pip install -U funasr_onnx
pip install -U funasr-onnx
# For the users in China, you could install with the command:
# pip install -U funasr_onnx -i https://mirror.sjtu.edu.cn/pypi/web/simple
# If you want to export .onnx file, you should install funasr
pip install -U funasr
# pip install -U funasr-onnx -i https://mirror.sjtu.edu.cn/pypi/web/simple
# If you want to export .onnx file, you should install modelscope and funasr
pip install -U modelscope funasr
# For the users in China, you could install with the command:
# pip install -U funasr -i https://mirror.sjtu.edu.cn/pypi/web/simple
# pip install -U modelscope funasr -i https://mirror.sjtu.edu.cn/pypi/web/simple
```
or install from source code