Installation
Linux
Extract the source files from the treeline tar file, then change to the FlyWay directory in a terminal. For a basic installation, simply execute the following command as root: python install.py
To see all install options, use: python install.py -h
To install FlyWay with a different prefix (the default is /usr/local), use: python install.py -p /prefix/path
The old ~/.flyway configuration file should be deleted or renamed if this is a major TreeLine upgrade (such as 0.2.x to 0.3.x).
Windows
Simply execute the downloaded installation file (flyway-x.x.x-install.exe). It will install the program with its libraries and optionally create file associations and shortcuts.
If you wish to modify the source code or write your own PyQt programs for Windows, do not use the above procedure. Instead, you need to install Python, Qt, and PyQt. Then, extract the source code and data files from the Linux version (flyway tar file) to a directory of your choice and execute the flyway.py file.