File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ cd ..
219219
220220## 安装相关whl包
221221```
222- pip3.7 install -r build_server/python/dist/*.whl
223- pip3.7 install -r build_client/python/dist/*.whl
224- pip3.7 install -r build_app/python/dist/*.whl
222+ pip3.7 install build_server/python/dist/*.whl
223+ pip3.7 install build_client/python/dist/*.whl
224+ pip3.7 install build_app/python/dist/*.whl
225225export SERVING_BIN=${PWD}/build_server/core/general-server/serving
226226```
227227
Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ cd ..
217217
218218## Install Related Whl Packages
219219```
220- pip3.7 install -r build_server/python/dist/*.whl
221- pip3.7 install -r build_client/python/dist/*.whl
222- pip3.7 install -r build_app/python/dist/*.whl
220+ pip3.7 install build_server/python/dist/*.whl
221+ pip3.7 install build_client/python/dist/*.whl
222+ pip3.7 install build_app/python/dist/*.whl
223223export SERVING_BIN=${PWD}/build_server/core/general-server/serving
224224```
225225
You can’t perform that action at this time.
0 commit comments