Commit 3a47351c authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent cb9f9ca2
...@@ -39,10 +39,11 @@ pip install setuptools==59.5.0 wheel ...@@ -39,10 +39,11 @@ pip install setuptools==59.5.0 wheel
```shell ```shell
git clone http://developer.sourcefind.cn/codes/OpenDAS/dcnv3.git # 根据编译需要切换分支 git clone http://developer.sourcefind.cn/codes/OpenDAS/dcnv3.git # 根据编译需要切换分支
``` ```
- 提供2种源码编译方式(进入fastmoe目录): - 提供2种源码编译方式(进入dcnv3目录):
``` ```
1. 设置不转码编译环境变量 1. 设置不转码编译环境变量
source /usr/local/bin/fastpt -C source /usr/local/bin/fastpt -C
cd detection/ops_dcnv3/
2. 编译whl包并安装 2. 编译whl包并安装
python3 setup.py -v bdist_wheel python3 setup.py -v bdist_wheel
......
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