## Requirements. Python 2.7 and later. ## Setuptools You can install the bindings via [Setuptools](http://pypi.python.org/pypi/setuptools). ```sh python setup.py install ``` Or you can install from Github via pip: ```sh ```