README 300 B

12345678910111213
  1. This directory contains Python bindings to allow you to access the
  2. libmagic api. At the moment their status is "experimental".
  3. You can install the modules either with:
  4. $ python setup.py build
  5. $ python setup.py install
  6. or, if you have easy_install:
  7. $ easy_install .
  8. magic-python should work now!