Changes between Initial Version and Version 1 of InstallationGuide


Ignore:
Timestamp:
May 16, 2013, 9:48:55 AM (12 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v1 v1  
     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
     9pKNyX 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
     18From sources:
     19
     20{{{
     21$ python setup.py install --prefix=/usr/local
     22}}}
     23
     24== Configuration ==
     25
     26No external configuration is needed; remember that pKNyX is a framework, sor you need to code your own application. See the tutorial page and api.