diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-06-24 21:24:48 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-06-24 21:24:48 +0000 |
commit | 77409849e70d030169c23215ab4e345440ccdcd8 (patch) | |
tree | ead59ace1b329d9a88b559f04c98f06ac67556a6 /python/README | |
parent | b60a4870e8e65b50ccb2ec0bdbe880d2e94efa9e (diff) |
Notes
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/README b/python/README new file mode 100644 index 000000000000..8b9a2a7e4074 --- /dev/null +++ b/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! |