Commit a0c99a64 authored by limm's avatar limm
Browse files

fix README.md

parent 095cf6ce
...@@ -33,15 +33,15 @@ pip install torch* (下载的torch的whl包) ...@@ -33,15 +33,15 @@ pip install torch* (下载的torch的whl包)
#### 源码下载编译安装 #### 源码下载编译安装
```shell ```shell
git clone -b 1.2.1-release http://developer.hpccube.com/codes/aicomponent/torch-spline-conv.git git clone -b 1.2.1-release http://developer.hpccube.com/codes/aicomponent/torch-spline-conv.git
python pymap_script.py /path/to/pytorch_spline_conv python pymap_script.py /path/to/torch-spline-conv
cd torch_spline_conv cd torch-spline-conv
python setup.py bdist_wheel python setup.py bdist_wheel
pip install dist/*.whl pip install dist/*.whl
``` ```
## 单侧 ## 单侧
```shell ```shell
cd torch_spline_conv cd torch-spline-conv
python setup.py test python setup.py test
``` ```
......
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