File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ cd ..
219
219
220
220
## 安装相关whl包
221
221
```
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
225
225
export SERVING_BIN=${PWD}/build_server/core/general-server/serving
226
226
```
227
227
Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ cd ..
217
217
218
218
## Install Related Whl Packages
219
219
```
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
223
223
export SERVING_BIN=${PWD}/build_server/core/general-server/serving
224
224
```
225
225
You can’t perform that action at this time.
0 commit comments