Commit 2cb7bb78 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 266d4fd9
...@@ -47,10 +47,12 @@ git clone http://developer.sourcefind.cn/codes/OpenDAS/lietorch.git # 根据编 ...@@ -47,10 +47,12 @@ git clone http://developer.sourcefind.cn/codes/OpenDAS/lietorch.git # 根据编
source /usr/local/bin/fastpt -C source /usr/local/bin/fastpt -C
2. 编译whl包并安装 2. 编译whl包并安装
cp -r eigen-master/* eigen/
python3 setup.py -v bdist_wheel python3 setup.py -v bdist_wheel
pip install dist/lietorch* --no-deps pip install dist/lietorch* --no-deps
3. 源码编译安装 3. 源码编译安装
cp -r eigen-master/* eigen/
python3 setup.py install --no-deps python3 setup.py install --no-deps
``` ```
#### 注意事项 #### 注意事项
......
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