Skip to content

Commit

Permalink
Merge pull request #1798 from TeslaZhao/develop
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
TeslaZhao committed May 24, 2022
1 parent 5be8629 commit aaf204b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/Compile_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ cd ..

## 安装相关whl包
```
pip3.7 install -r build_server/python/dist/*.whl
pip3.7 install -r build_client/python/dist/*.whl
pip3.7 install -r build_app/python/dist/*.whl
pip3.7 install build_server/python/dist/*.whl
pip3.7 install build_client/python/dist/*.whl
pip3.7 install build_app/python/dist/*.whl
export SERVING_BIN=${PWD}/build_server/core/general-server/serving
```

Expand Down
6 changes: 3 additions & 3 deletions doc/Compile_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ cd ..

## Install Related Whl Packages
```
pip3.7 install -r build_server/python/dist/*.whl
pip3.7 install -r build_client/python/dist/*.whl
pip3.7 install -r build_app/python/dist/*.whl
pip3.7 install build_server/python/dist/*.whl
pip3.7 install build_client/python/dist/*.whl
pip3.7 install build_app/python/dist/*.whl
export SERVING_BIN=${PWD}/build_server/core/general-server/serving
```

Expand Down

0 comments on commit aaf204b

Please sign in to comment.