Remove building with NOCRYPTO option
[minix.git] / external / bsd / file / dist / python / README
blob8b9a2a7e4074a7b3ed01a21320cac5795e84eeb5
1 This directory contains Python bindings to allow you to access the
2 libmagic api. At the moment their status is "experimental".
4 You can install the modules either with:
6 $ python setup.py build
7 $ python setup.py install
9 or, if you have easy_install:
11 $ easy_install .
13 magic-python should work now!