| 1 | [[PageOutline(2-5, Table of Contents, floated)]] |
| 2 | |
| 3 | = Installation guide = |
| 4 | |
| 5 | ''This installation guide refers to the current subversion release of pKNyX.'' |
| 6 | |
| 7 | == Dependencies == |
| 8 | |
| 9 | pKNyX is entirely written in python, and uses some third-party modules: |
| 10 | |
| 11 | * [http://pythonhosted.org/APScheduler APSscheduler] -- Advanced Python Scheduler |
| 12 | * [http://pyserial.sourceforge.net pySerial] -- serial bus access for python |
| 13 | |
| 14 | == Core == |
| 15 | |
| 16 | === !Gnu/Linux === |
| 17 | |
| 18 | From sources: |
| 19 | |
| 20 | {{{ |
| 21 | $ python setup.py install --prefix=/usr/local |
| 22 | }}} |
| 23 | |
| 24 | == Configuration == |
| 25 | |
| 26 | No external configuration is needed; remember that pKNyX is a framework, sor you need to code your own application. See the tutorial page and api. |