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