From 1fdb2f27b93c70fd876508f348d06d0b47dad5f0 Mon Sep 17 00:00:00 2001 From: Yingqi Cao <78573313+ioeddk@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:06:31 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7320db2..50c9707 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,12 @@ You may also alternatively install our library from source via: ```bash python setup.py install ``` +in the repository, or using + +``` +pip install git+https://github.com/mit-han-lab/torchsparse.git +``` +without the need to clone the repository. ## Benchmarks