Skip to content

Commit 66eb32b

Browse files
committed
feat: add a small note for installation
1 parent 0c5aa20 commit 66eb32b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ perfect for pen plotters, laser cutters, and digital art.
1414
- Create animated visualizations of pose tracking
1515
- Command-line interface
1616

17+
## Installation
18+
19+
choreopath is pushed to Pypi at each new release. You can `pip install choreopath` to install it. Beware though, some versions of Python are incompatible with it as MediaPipe isn't currently available for Python >=3.13.
20+
21+
Instead, it is suggested to use [uv](https://docs.astral.sh/uv/) and run choreopath like this:
22+
23+
`uvx --python 3.12 choreopath`
24+
1725
## Usage
1826

1927
### Track poses from video
@@ -55,7 +63,7 @@ See example files:
5563

5664
[original video](examples/fall-recovery-4.mp4)
5765
[animated tracking data](examples/fall-recovery-4-animation.mp4)
58-
![examples/fall-recovery-4.svg](examples/fall-recovery-4.svg)
66+
![examples/fall-recovery-4.svg](https://github.com/marcw/choreopath/blob/main/examples/fall-recovery-4.svg)
5967

6068
## License
6169

0 commit comments

Comments
 (0)