Skip to content

Commit

Permalink
Merge remote-tracking branch 'etiennedub/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lpasselin committed Sep 29, 2020
2 parents 66ea619 + f3d1814 commit 0bb3e76
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 @@ -35,7 +35,7 @@ Make sure you replace the paths in the following instructions with your own k4a
It is important to replace `1.2.0` with your installed version of the SDK.

```
pip install pyk4a --global-option=build_ext --global-option="-IC:\Program Files\Azure Kinect SDK v1.2.0\sdk\include" --global-option="-LC:\Program Files\Azure Kinect SDK v1.2.0\sdk\windows-desktop\amd64\release\lib"
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"
```

Don't forget to add the folder containing the release `k4a.dll` to your Path env variable `C:\Program Files\Azure Kinect SDK v1.2.0\sdk\windows-desktop\amd64\release\bin`
Expand Down

0 comments on commit 0bb3e76

Please sign in to comment.