summaryrefslogtreecommitdiff
path: root/src/runtime/python/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/python/INSTALL')
-rw-r--r--src/runtime/python/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/python/INSTALL b/src/runtime/python/INSTALL
new file mode 100644
index 000000000..41b609638
--- /dev/null
+++ b/src/runtime/python/INSTALL
@@ -0,0 +1,5 @@
+You will need the python-devel package or similar.
+You must have installed the PGF C runtime (see ../c/INSTALL)
+
+$ python setup.py build
+$ sudo python setup.py install