phantomjs/python/INSTALL

30 lines
656 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
------
Follow these instructions.
Packages to install:
* python
* python-qt4
Instructions
------------
Open a terminal window, and enter the following command:
"sudo apt-get -y install python python-qt4"
All the required packages should be automatically pulled in and installed.