add some comments on obsolete sections
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 11 Jan 2004 23:16:02 +0000 (23:16 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 11 Jan 2004 23:16:02 +0000 (23:16 +0000)
swig/python/README.txt

index 9ddd91fc5d34c26f810779431bd02c5c0cd38f83..72896c7dab7ac77e851fa8d4e4d889b34b352f14 100644 (file)
@@ -6,11 +6,11 @@
        
        run $> swig -python comedi.i
        
-2) Building the module
+2) Building the module (section obsolete -Frank Hess)
        i) edit the setup.py file so that the include and lib paths are correct for your system
        ii) run $>      python setup.py build
        
-3) Installing the module
+3) Installing the module (section obsolete -Frank Hess)
        i) Manual installation I'm afraid. Copy comedi.py and _comedi.pyd files to somewhere in your PYTHONPATH
        
 4) Using the module
@@ -37,4 +37,4 @@
        
        check out the example test_comedi.py to clarify the above.
        
-       
\ No newline at end of file
+