Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Improved README and INSTALL files
Browse files Browse the repository at this point in the history
  • Loading branch information
Roejames12 committed Jul 4, 2011
1 parent 78c984d commit 8cfdb06
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
19 changes: 12 additions & 7 deletions python/INSTALL.md
@@ -1,7 +1,7 @@
### DEPENDENCIES
---------------------------------

* Python >= 2.6
* Python >= 2.6 (< 3.x)
* PyQt4 >= 4.8.0
* Qt >= 4.7.0

Expand All @@ -12,14 +12,19 @@

Windows

> Download and install the required programs here.
> Download and install the required programs.
>
[Python](http://www.python.org/download/)
[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/download)
Qt4 - PyQt4 comes packaged with the Qt runtime library(s)
[Python](http://www.python.org/download/)
[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/download)
Qt4 - PyQt4 comes packaged with the Qt runtime library(s)

Ubuntu

> Open a terminal window, and enter the command `sudo apt-get install python-qt4`
> Open a terminal window, and enter the command `sudo apt-get install python-qt4`
>
All the required packages should be automatically pulled in and installed.
All the required packages should be automatically pulled in and installed.

PyPi

> You can also install the latest stable release from PyPi with `pip install pyphantomjs`
Afterward, you can invoke the program with `pyphantomjs`
14 changes: 8 additions & 6 deletions python/README.md
Expand Up @@ -24,6 +24,8 @@ If you want to contribute, please read the Contribution Guides<sup>3</sup>

You can find a list of downloadable plugins [here](http://dev.umaclan.com/projects/pyphantomjs/wiki/Plugins).

If you would like to know how to make plugins, check out this [article](http://dev.umaclan.com/projects/pyphantomjs/wiki/Writing_plugins).

1: http://code.google.com/p/phantomjs/w/list
1: http://dev.umaclan.com/projects/pyphantomjs/wiki
2: http://dev.umaclan.com/projects/pyphantomjs/wiki/Api_reference
Expand All @@ -44,13 +46,13 @@ ADDITIONAL INFO
This program is a port of PhantomJS to Python/PyQt4 (thus, PyPhantomJS).

1. We try to make PyPhantomJS to be as compatible with PhantomJS as possible,
this means having the exact same features as they do. It happens to be fully
compatible, with the exception of some very small things.
this means having the exact same features as they do. It happens to be fully
compatible, with the exception of some very small things.
2. PyPhantomJS however, has a few differences as well:
* Some of the features work a little differently than PhantomJS.
In most of these cases, the features were only changed to improve their
reliability and performance, so they work more often/better, and break less.
* There may also be additional features present that aren't in PhantomJS.
* Some of the features work a little differently than PhantomJS.
In most of these cases, the features were only changed to improve their
reliability and performance, so they work more often/better, and break less.
* There may also be additional features present that aren't in PhantomJS.

PhantomJS was written by Ariya Hidayat, and I'd like to give him a BIG thanks
for all his work on PhantomJS! :)

0 comments on commit 8cfdb06

Please sign in to comment.