Skip to content

Commit 07abfae

Browse files
authored
Update README.md
1 parent a3c908e commit 07abfae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ pip install pose-format
2626
```
2727
##### Install from Source
2828

29-
```
30-
!git clone https://github.com/sign-language-processing/pose.git && cd pose/src/python && pip install -e .
29+
```bash
30+
git clone https://github.com/sign-language-processing/pose.git
31+
cd pose/src/python
32+
pip install -e .
3133
```
3234

3335
#### 2. Estimating Pose from Video:

0 commit comments

Comments
 (0)