[[PageOutline(2-5, Table of Contents, floated)]] = Installation guide = ''This installation guide refers to the current subversion release of pKNyX.'' == Dependencies == pKNyX is entirely written in python, and uses some third-party modules: * [http://pythonhosted.org/APScheduler APSscheduler] -- Advanced Python Scheduler * [http://pyserial.sourceforge.net pySerial] -- serial bus access for python == Core == === !Gnu/Linux === From sources: {{{ $ pip install pKNyX-.tar.gz }}} == Configuration == 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.