Installing bezel-engine for development:
  $ python setup.py develop

Installing bezel-engine:
  $ python setup.py install

You may also wish to use --install-dir to change
the install location, or use virtual-python.py.

Once installed, try the demos in the demos/ directory:
 $ demos/space/main.py

 $ demos/network/server.py &
 $ demos/network/client.py

