aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/README
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/README')
-rw-r--r--bindings/python/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/bindings/python/README b/bindings/python/README
new file mode 100644
index 0000000..35a6bbd
--- /dev/null
+++ b/bindings/python/README
@@ -0,0 +1,11 @@
+ ppamltracer-python, v0.1.0
+
+This package provides Python bindings to ppamltracer. They require Python 2.7.
+
+This package uses distutils for installation; you can run
+
+ python setup.py install
+
+to install the package.
+
+For examples of use, see the examples directory.