Commit 6c12aa89 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 4be0764d
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
git clone https://developer.hpccube.com/codes/OpenDAS/fastmoe.git git clone https://developer.hpccube.com/codes/OpenDAS/fastmoe.git
git checkout * #切换到相应分支 git checkout * #切换到相应分支
cd fastmoe cd fastmoe
pip3 setup.py build python3 setup.py build
pip3 setup.py install python3 setup.py install
pip3 setup.py bdist_wheel # 该指令用于编译whl包,执行该指令时不必执行前两个指令 python3 setup.py bdist_wheel # 该指令用于编译whl包,执行该指令时不必执行前两个指令
``` ```
## 验证安装 ## 验证安装
``` ```
...@@ -29,6 +29,6 @@ fmoe.__dcu_version ...@@ -29,6 +29,6 @@ fmoe.__dcu_version
## 测试 ## 测试
``` ```
cd fastmoe/tests cd fastmoe/tests
pytest -e. pytest vs
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment