add some comments on obsolete sections
This commit is contained in:
parent
711679b1e2
commit
37cc8552e8
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue