The Leap Motion Python module is not not officially compatible with Python 3.
This project aims to provide a simple and automated way to build and install your Python 3 module for the Leap Motion.
swig
g++
libpython3-dev
(on Debian/Ubuntu)make
[sudo] make install
PREFIX
(where both libLeap.so
and the Python bindings will be installed) points to /usr
by default. Change it if required:
PREFIX=/your/local/prefix make install
make clean
[sudo] make uninstall