Changeset 3935
- Timestamp:
- 05/25/07 15:04:21 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
WaveDev/trunk/WaveDev/wavedev/generate/templates/py_comp/README
r3506 r3935 1 1 To install: 2 * make sure that py_comp.py is executable 3 -chmod +x py_comp.py 4 * run the setup.py script 5 - python setup.py install 2 * in your_comp_name.spd.xml, replace: 3 <localfile name="bin/your_comp_name"/> 4 with: 5 <localfile name="bin/your_comp_name/your_comp_name.py"/> 6 * make sure that py_comp.py is executable 7 -chmod +x py_comp.py 8 * run the setup.py script 9 - python setup.py install