diff python/pydc/README.txt @ 4:4c5019f00f5b

- python binding cleanup
author cslag
date Tue, 22 Mar 2016 00:55:15 +0100
parents 0cfcc391201f
children bf5625bb6f05
line wrap: on
line diff
--- a/python/pydc/README.txt	Thu Dec 31 20:24:53 2015 +0100
+++ b/python/pydc/README.txt	Tue Mar 22 00:55:15 2016 +0100
@@ -2,7 +2,17 @@
 (C) 2007 Daniel Adler.
 2007 04. December
 
+INSTALLATION
+------------
+
+1) make sure dyncall is built and libraries/headers are in include paths or
+   CFLAGS points to them, etc.
+
+2) python setup.py install
+
+
 API
+---
 
 libhandle = load(libpath)
 funcptr = find(libhandle, symbolname )
@@ -32,11 +42,12 @@
     'd' double -> PyFloat
 
 BUGS
+----
 
 * build on osx/ppc - link error i386 something...  [MacPython 2.4]
 
   solution:
-  installation of latest pytho for os x (MacPython 2.5)  
+  installation of latest python for os x (MacPython 2.5)  
 
   build log: