Skip to content

Commit 560745d

Browse files
Update README.md
1 parent a0ec0d1 commit 560745d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```
1111
or 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

0 commit comments

Comments
 (0)