Installation¶
Requirements¶
The Reference File Testing Tool has the following dependencies:
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