************
Installation
************
Requirements
============
The Reference File Testing Tool has the following dependencies:
- `Python `_ 2.7
- `SQLAlchemy `_
- `Astropy `_
- `JWST Calibration Pipeline `_
Installing the Reference File Testing Tool
==========================================
The Tool is currently in early development and must be installed from the GitHub development repository.
Using pip
---------
To install the Tool with `pip `_, simply run::
pip install git+git://github.com/STScI-MESA/reference-file-testing-tool.git@v0.1
Building from source
--------------------
The latest development version of the Tool can be cloned from GitHub using this command::
git clone git://github.com/STScI-MESA/reference-file-testing-tool.git
To install the Tool (from the root of the source tree)::
python setup.py install