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
- Host: GitHub
- URL: https://github.com/ofek/pjsinstall
- Owner: ofek
- Created: 2016-02-03T05:58:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T08:06:33.000Z (over 10 years ago)
- Last Synced: 2025-04-23T22:17:07.035Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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