1267843SdelphijThis directory contains Python bindings to allow you to access the
2267843Sdelphijlibmagic api. At the moment their status is "experimental".
3267843Sdelphij
4267843SdelphijYou can install the modules either with:
5267843Sdelphij
6267843Sdelphij$ python setup.py build
7267843Sdelphij$ python setup.py install
8267843Sdelphij
9267843Sdelphijor, if you have easy_install:
10267843Sdelphij
11267843Sdelphij$ easy_install .
12267843Sdelphij
13267843Sdelphijmagic-python should work now!
14