In a virtualenv:
$ git clone git@github.com:Pegase745/sqlalchemy-datatables.git
$ cd sqlalchemy-datatables
$ make install
$ make install-examples
$ cd examples/pyramid_tut
$ python setup.py develop
$ pyramid_tut_initdb development.ini
$ pserve development.ini
$ go to http://localhost:6543