]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/file/python/README
Update timezone database information. [EN-18:01.tzdata]
[FreeBSD/releng/10.3.git] / contrib / file / python / README
1 This directory contains Python bindings to allow you to access the
2 libmagic api. At the moment their status is "experimental".
3
4 You can install the modules either with:
5
6 $ python setup.py build
7 $ python setup.py install
8
9 or, if you have easy_install:
10
11 $ easy_install .
12
13 magic-python should work now!