From 1b5e5180546cd4ffe91538152b07987c2aa81afb Mon Sep 17 00:00:00 2001 From: yunzhil Date: Wed, 21 Jul 2021 17:16:08 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4893bf9..d2c27ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Implementations of trackpointer methods. Track object by giving track point or t ## installation instruction ``` -git clone git@github.com:ivapylibs/detector.git +git clone git@github.com:ivapylibs/trackpointer.git pip3 install -e trackpointer/ ```