From a3c908e907f629b7e231075469a7de91bd0ef2f8 Mon Sep 17 00:00:00 2001 From: cleong110 Date: Mon, 18 Aug 2025 12:41:20 -0400 Subject: [PATCH 1/2] Update README.md with source install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2702b8b..c19a886 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ More about the header and the body details and their binary specifics can be fou ```bash pip install pose-format ``` +##### Install from Source + +``` +!git clone https://github.com/sign-language-processing/pose.git && cd pose/src/python && pip install -e . +``` #### 2. Estimating Pose from Video: From 07abfae53a0e6e67b22e197852afaf96e7c205b5 Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Mon, 18 Aug 2025 19:36:07 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c19a886..17d5880 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,10 @@ pip install pose-format ``` ##### Install from Source -``` -!git clone https://github.com/sign-language-processing/pose.git && cd pose/src/python && pip install -e . +```bash +git clone https://github.com/sign-language-processing/pose.git +cd pose/src/python +pip install -e . ``` #### 2. Estimating Pose from Video: