Author: Henning Oschwald

brlapi.py -- a BRLD braille API implementation

Brlapi.py is a replacement for Brltty's Python braille API bindings. It enables
Orca to use Brld instead of Brltty to communicate with a braille display. A
propperly configured and running Brld is required.

to install, just type

  # make install

If your Orca files are located in /usr/local/ instead of /usr/, you may add an
installation prefix:

  # make install PREFIX=/usr/local

Now just enable braille support in Orca and enjoy Orca with Brld.

