From 0b1783fe82921e721722004cfae0f26cd39227ef Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 14 四月 2023 23:31:32 +0800
Subject: [PATCH] readme
---
funasr/runtime/python/libtorch/README.md | 2 +-
funasr/version.txt | 2 +-
funasr/runtime/python/onnxruntime/README.md | 2 +-
README.md | 13 ++++++++++---
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index fb3f3ae..7b6ac16 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@
[**News**](https://github.com/alibaba-damo-academy/FunASR#whats-new)
| [**Highlights**](#highlights)
| [**Installation**](#installation)
-| [**Docs_CN**](https://alibaba-damo-academy.github.io/FunASR/cn/index.html)
| [**Docs_EN**](https://alibaba-damo-academy.github.io/FunASR/en/index.html)
| [**Tutorial**](https://github.com/alibaba-damo-academy/FunASR/wiki#funasr%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C)
| [**Papers**](https://github.com/alibaba-damo-academy/FunASR#citations)
@@ -29,6 +28,14 @@
## Installation
+Install from pip
+```shell
+pip install -U funasr -i https://pypi.Python.org/simple
+```
+
+Or install from source code
+
+
``` sh
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip install -e ./
@@ -37,8 +44,8 @@
```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 the users in China, you could install with the command:
+# pip install -U modelscope -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html -i https://mirror.sjtu.edu.cn/pypi/web/simple
```
For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki)
diff --git a/funasr/runtime/python/libtorch/README.md b/funasr/runtime/python/libtorch/README.md
index 1150b37..c24df15 100644
--- a/funasr/runtime/python/libtorch/README.md
+++ b/funasr/runtime/python/libtorch/README.md
@@ -23,7 +23,7 @@
install from pip
```shell
- pip install --upgrade funasr_torch -i https://pypi.Python.org/simple
+ pip install -U funasr_torch -i https://pypi.Python.org/simple
```
or install from source code
diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md
index d87d300..400e5a6 100644
--- a/funasr/runtime/python/onnxruntime/README.md
+++ b/funasr/runtime/python/onnxruntime/README.md
@@ -21,7 +21,7 @@
install from pip
```shell
-pip install --upgrade funasr_onnx -i https://pypi.Python.org/simple
+pip install -U funasr_onnx -i https://pypi.Python.org/simple
```
or install from source code
diff --git a/funasr/version.txt b/funasr/version.txt
index 1d0ba9e..267577d 100644
--- a/funasr/version.txt
+++ b/funasr/version.txt
@@ -1 +1 @@
-0.4.0
+0.4.1
--
Gitblit v1.9.1