phantomjs/python/INSTALL

21 lines
524 B
Plaintext
Raw Normal View History

2011-04-12 12:37:09 +04:00
DEPENDENCIES
------------
* Python >= 2.6
* PyQt4 >= 4.8.0
* Qt >= 4.7.0
-> Windows
-------
You can download the required programs here.
Python - http://www.python.org/download/
Qt4 - PyQt4 comes packaged with the Qt runtime library(s)
PyQt4 - http://www.riverbankcomputing.co.uk/software/pyqt/download
-> Ubuntu
------
Open a terminal window, and enter the following command:
2011-05-04 03:43:56 +04:00
"sudo apt-get -y install python-qt4"
2011-04-12 12:37:09 +04:00
All the required packages should be automatically pulled in and installed.