xref: /minix3/external/bsd/file/dist/python/README (revision 835f6802383ea18ff9311123031e44be87fb502a)
1ef01931fSBen GrasThis directory contains Python bindings to allow you to access the
2*835f6802SDirk Vogtlibmagic api. At the moment their status is "experimental".
3ef01931fSBen Gras
4*835f6802SDirk VogtYou can install the modules either with:
5ef01931fSBen Gras
6ef01931fSBen Gras$ python setup.py build
7*835f6802SDirk Vogt$ python setup.py install
8ef01931fSBen Gras
9*835f6802SDirk Vogtor, if you have easy_install:
10ef01931fSBen Gras
11*835f6802SDirk Vogt$ easy_install .
12ef01931fSBen Gras
13ef01931fSBen Grasmagic-python should work now!
14