shallow-clone for lighter .git folder

This commit is contained in:
davidpagnon 2023-08-21 02:33:08 +02:00
parent ef4bf7962e
commit 41123805b8

View File

@ -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:** - OPTION 2: **Build from source and test the last changes:**
Open a terminal in the directory of your choice and Clone the Pose2Sim repository. 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 cd pose2sim
pip install . pip install .
``` ```