An open API service indexing awesome lists of open source software.

https://github.com/ofek/pjsinstall

Cross-platform PhantomJS installer
https://github.com/ofek/pjsinstall

Last synced: about 1 year ago
JSON representation

Cross-platform PhantomJS installer

Awesome Lists containing this project

README

          

PJSinstall - PhantomJS universal installer
==========================================

This command line tool attempts to install PhantomJS to the directory of your choice.

Requirements
------------
* Python with pip installed

Installation
------------
Run::

pip install https://github.com/Ofekmeister/pjsinstall/archive/master.zip

*PyPI package coming soon*

Usage
-----

In shell/cmd::

pjsinstall -d DIR [-v VERSION] [-m {build,download}]

The default version is the current one (located in versions.py) at the time of
this package's last commit. The default method is to download a pre-compiled
binary if available.

TODO
----

* Upload to PyPI
* Add FreeBSD support
* Add tests