aboutsummaryrefslogtreecommitdiff
path: root/contrib/file/python/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/file/python/README')
-rw-r--r--contrib/file/python/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/file/python/README b/contrib/file/python/README
new file mode 100644
index 000000000000..8b9a2a7e4074
--- /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!