Skip to content

Commit

Permalink
readme fix wrong example version of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lpasselin committed Dec 15, 2020
1 parent 4f5b951 commit 7d18e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install pyk4a
### Windows

Make sure you replace the paths in the following instructions with your own k4a sdk path.
It is important to replace `1.2.0` with your installed version of the SDK.
It is important to replace `1.4.1` with your installed version of the SDK.

```
pip install pyk4a --no-use-pep517 --global-option=build_ext --global-option="-IC:\Program Files\Azure Kinect SDK v1.4.1\sdk\include" --global-option="-LC:\Program Files\Azure Kinect SDK v1.4.1\sdk\windows-desktop\amd64\release\lib"
Expand Down

0 comments on commit 7d18e35

Please sign in to comment.