File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Pytorch CPU and CUDA kernels for spatial search and interpolation for 3D point c
44![ Deploy] ( https://github.com/nicolas-chaulet/torch-points-kernels/workflows/Deploy/badge.svg ) ![ Unittests] ( https://github.com/nicolas-chaulet/torch-points-kernels/workflows/Unittests/badge.svg )
55
66## Installation
7- Requires torch version 1.0 or higher. To install a specific version replace the version number with a given tag.
7+ Requires torch version 1.0 or higher
88```
9- pip install git+https://github.com/nicolas-chaulet/ torch-points-kernels.git#v0.5.0
9+ pip install torch-points-kernels
1010```
1111or with poetry:
1212```
13- poetry add git+https://github.com/nicolas-chaulet/ torch-points.git#v0.5.0
13+ poetry add torch-points-kernels
1414```
1515
1616## Usage
You can’t perform that action at this time.
0 commit comments