From 1d7bbbffb6a024a33859b48a7a656d0455dc0be1 Mon Sep 17 00:00:00 2001 From: zhifu gao Date: Mon, 16 Oct 2023 11:47:59 +0800 Subject: [PATCH] Update README.md --- funasr/runtime/python/onnxruntime/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md index f279e5204..e9fa80cef 100644 --- a/funasr/runtime/python/onnxruntime/README.md +++ b/funasr/runtime/python/onnxruntime/README.md @@ -1,13 +1,13 @@ # 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 +# 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: