diff options
| author | Xin LI <delphij@FreeBSD.org> | 2014-06-26 06:03:39 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2014-06-26 06:03:39 +0000 |
| commit | b6cee71de37d56e36dbc118e2d9b03e7cece5709 (patch) | |
| tree | 5b4f7850752944df750e0c678951b78d9484b67e /contrib/file/python/README | |
| parent | 3a8106f5280fd282639ba86273f677ff78191301 (diff) | |
| parent | 77409849e70d030169c23215ab4e345440ccdcd8 (diff) | |
Notes
Diffstat (limited to 'contrib/file/python/README')
| -rw-r--r-- | contrib/file/python/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/file/python/README b/contrib/file/python/README new file mode 100644 index 0000000000000..8b9a2a7e4074a --- /dev/null +++ b/contrib/file/python/README @@ -0,0 +1,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! |
