Update README.md

This commit is contained in:
zhifu gao 2023-11-21 19:17:40 +08:00 committed by GitHub
parent 84b877ef35
commit 66b46dea4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ git clone https://github.com/alibaba/FunASR.git && cd FunASR
### Install the requirements for server
```shell
cd funasr/runtime/python/websocket
cd runtime/python/websocket
pip install -r requirements_server.txt
```