From d5c27f6ee4e531bcbfd7e5e993e6b6c3f11fc2e9 Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Wed, 20 May 2020 08:50:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140b4e8..f104002 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 3D Point Cloud Kernels Pytorch CPU and CUDA kernels for spatial search and interpolation for 3D point clouds. -![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) +[![PyPI version](https://badge.fury.io/py/torch-points-kernels.svg)](https://badge.fury.io/py/torch-points-kernels) ![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) ## Installation **Requires torch** version 1.0 or higher to be installed before proceeding. Once this is done, simply run