summaryrefslogtreecommitdiff
path: root/python/README
blob: 8b9a2a7e4074a7b3ed01a21320cac5795e84eeb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains Python bindings to allow you to access the
libmagic api. At the moment their status is "experimental".

You can install the modules either with:

$ python setup.py build
$ python setup.py install

or, if you have easy_install:

$ easy_install .

magic-python should work now!