Skip to content

Commit aaf204b

Browse files
committed
Merge pull request #1798 from TeslaZhao/develop
Update doc
1 parent 5be8629 commit aaf204b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/Compile_CN.md

+3-3
Original file line numberDiff line numberDiff 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
225225
export SERVING_BIN=${PWD}/build_server/core/general-server/serving
226226
```
227227

doc/Compile_EN.md

+3-3
Original file line numberDiff line numberDiff 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
223223
export SERVING_BIN=${PWD}/build_server/core/general-server/serving
224224
```
225225

0 commit comments

Comments
 (0)