Currently, PyKinectTk is not available through pip
but it will be once there is a stable version. Download the .zip or .tar.gz file and unpack in whichever directory you like. Then use your command line to change into this directory and run the command python setup.py install
and you're there! If you're just capturing the Kinect Skeleton data then all you need is to have the Python package comtypes
installed, but to get the most out of PyKinectTk you should install the following packages:
- OpenCV2
- PyAutoGUI
- matplotlib
- PyGame