2012-03-31 20:24:03 +02:00
|
|
|
This directory contains Python bindings to allow you to access the
|
2012-05-02 13:23:57 +02:00
|
|
|
libmagic api. At the moment their status is "experimental".
|
2012-03-31 20:24:03 +02:00
|
|
|
|
2012-05-02 13:23:57 +02:00
|
|
|
You can install the modules either with:
|
2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
$ python setup.py build
|
2012-05-02 13:23:57 +02:00
|
|
|
$ python setup.py install
|
2012-03-31 20:24:03 +02:00
|
|
|
|
2012-05-02 13:23:57 +02:00
|
|
|
or, if you have easy_install:
|
2012-03-31 20:24:03 +02:00
|
|
|
|
2012-05-02 13:23:57 +02:00
|
|
|
$ easy_install .
|
2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
magic-python should work now!
|