We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c908e commit 07abfaeCopy full SHA for 07abfae
README.md
@@ -26,8 +26,10 @@ pip install pose-format
26
```
27
##### Install from Source
28
29
-```
30
-!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
31
+cd pose/src/python
32
+pip install -e .
33
34
35
#### 2. Estimating Pose from Video:
0 commit comments