Update README.md

This commit is contained in:
Yabin Li 2023-07-05 18:51:53 +08:00 committed by GitHub
parent a5887c66ff
commit 3b96a69e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,9 @@ python funasr_wss_server.py --port 10095
Install the requirements for client Install the requirements for client
```shell ```shell
apt-get install -y ffmpeg #ubuntu
# yum install -y ffmpeg # centos
git clone https://github.com/alibaba/FunASR.git && cd FunASR git clone https://github.com/alibaba/FunASR.git && cd FunASR
cd funasr/runtime/python/websocket cd funasr/runtime/python/websocket
pip install -r requirements_client.txt pip install -r requirements_client.txt