From 0630e3f4b528623500b0a40c1c512a03ea98f8e4 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 27 六月 2023 12:53:11 +0800
Subject: [PATCH] docs install

---
 README.md |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4338992..26cf940 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,9 @@
 
 Install from pip
 ```shell
-pip install -U funasr
+pip3 install -U 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
+# pip3 install -U funasr -i https://mirror.sjtu.edu.cn/pypi/web/simple
 ```
 
 Or install from source code
@@ -99,13 +99,14 @@
 
 For the server:
 ```shell
+cd funasr/runtime/python/websocket
 python wss_srv_asr.py --port 10095
 ```
 
 For the client:
 ```shell
-python wss_client_asr.py --host "0.0.0.0" --port 10095 --mode 2pass --chunk_size "5,10,5"
-#python wss_client_asr.py --host "0.0.0.0" --port 10095 --mode 2pass --chunk_size "8,8,4" --audio_in "./data/wav.scp" --output_dir "./results"
+python wss_client_asr.py --host "127.0.0.1" --port 10095 --mode 2pass --chunk_size "5,10,5"
+#python wss_client_asr.py --host "127.0.0.1" --port 10095 --mode 2pass --chunk_size "8,8,4" --audio_in "./data/wav.scp" --output_dir "./results"
 ```
 More examples could be found in [docs](https://alibaba-damo-academy.github.io/FunASR/en/runtime/websocket_python.html#id2)
 ## Contact

--
Gitblit v1.9.1