zhifu gao 2 лет назад
Родитель
Сommit
66b46dea4f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      runtime/python/websocket/README.md

+ 1 - 1
runtime/python/websocket/README.md

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