Files

26 lines
594 B
Markdown
Raw Permalink Normal View History

2011-06-05 16:41:22 -07:00
### DEPENDENCIES
---------------------------------
* Python >= 2.6
* PyQt4 >= 4.8.0
* Qt >= 4.7.0
* python-argparse == (Python 2.6)
### INSTALLING
-------------------------
Windows
2011-06-05 17:36:08 -07:00
> Download and install the required programs here.
2011-06-05 16:41:22 -07:00
>
2011-06-05 17:36:08 -07:00
[Python](http://www.python.org/download/)
[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/download)
2011-06-05 16:41:22 -07:00
Qt4 - PyQt4 comes packaged with the Qt runtime library(s)
Ubuntu
2011-06-05 17:36:08 -07:00
> Open a terminal window, and enter the command `sudo apt-get install python-qt4`
2011-06-05 16:41:22 -07:00
>
All the required packages should be automatically pulled in and installed.