From 41123805b8b4ec3468ac0895382d9a4cf49c552c Mon Sep 17 00:00:00 2001 From: davidpagnon Date: Mon, 21 Aug 2023 02:33:08 +0200 Subject: [PATCH] shallow-clone for lighter .git folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7640745..0383ef6 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you don't use Anaconda, type `python -V` in terminal to make sure python>=3.6 - OPTION 2: **Build from source and test the last changes:** Open a terminal in the directory of your choice and Clone the Pose2Sim repository. ``` - git clone https://github.com/perfanalytics/pose2sim.git + git clone --depth 1 https://github.com/perfanalytics/pose2sim.git cd pose2sim pip install . ```