未验证 提交 668ddfad 编写于 作者: T TeslaZhao 提交者: GitHub

Merge pull request #1798 from TeslaZhao/develop

Update doc
...@@ -219,9 +219,9 @@ cd .. ...@@ -219,9 +219,9 @@ cd ..
## 安装相关whl包 ## 安装相关whl包
``` ```
pip3.7 install -r build_server/python/dist/*.whl pip3.7 install build_server/python/dist/*.whl
pip3.7 install -r build_client/python/dist/*.whl pip3.7 install build_client/python/dist/*.whl
pip3.7 install -r build_app/python/dist/*.whl pip3.7 install build_app/python/dist/*.whl
export SERVING_BIN=${PWD}/build_server/core/general-server/serving export SERVING_BIN=${PWD}/build_server/core/general-server/serving
``` ```
......
...@@ -217,9 +217,9 @@ cd .. ...@@ -217,9 +217,9 @@ cd ..
## Install Related Whl Packages ## Install Related Whl Packages
``` ```
pip3.7 install -r build_server/python/dist/*.whl pip3.7 install build_server/python/dist/*.whl
pip3.7 install -r build_client/python/dist/*.whl pip3.7 install build_client/python/dist/*.whl
pip3.7 install -r build_app/python/dist/*.whl pip3.7 install build_app/python/dist/*.whl
export SERVING_BIN=${PWD}/build_server/core/general-server/serving export SERVING_BIN=${PWD}/build_server/core/general-server/serving
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册