From 44366d4ede92f68c86f751ad68252c28162b362b Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 14 四月 2023 23:18:59 +0800
Subject: [PATCH] readme

---
 funasr/runtime/python/libtorch/README.md    |    3 +--
 funasr/runtime/python/onnxruntime/README.md |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/funasr/runtime/python/libtorch/README.md b/funasr/runtime/python/libtorch/README.md
index 24fde45..1150b37 100644
--- a/funasr/runtime/python/libtorch/README.md
+++ b/funasr/runtime/python/libtorch/README.md
@@ -30,8 +30,7 @@
     ```shell
     git clone https://github.com/alibaba/FunASR.git && cd FunASR
     cd funasr/runtime/python/libtorch
-    python setup.py build
-    python setup.py install
+    pip install -e ./
     ```
 
 3. Run the demo.
diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md
index ce6decf..d87d300 100644
--- a/funasr/runtime/python/onnxruntime/README.md
+++ b/funasr/runtime/python/onnxruntime/README.md
@@ -29,8 +29,7 @@
 ```shell
 git clone https://github.com/alibaba/FunASR.git && cd FunASR
 cd funasr/runtime/python/onnxruntime
-python setup.py build
-python setup.py install
+pip install -e ./
 ```
 
 3. Run the demo.

--
Gitblit v1.9.1