.. highlightlang:: rest

.. _install-index:



################################################
  Installing PhaseTools
################################################

:Release: |version|
:Date: |today|


Prerequisites 
==============

	Here are the prerequisites and a brief description on how to install them.
	        
	**SCons**:
	
		This package is required in order to use the SConfigure software::
	
		    svn co https://sconfigure.svn.sourceforge.net/svnroot/sconfigure/STABLE sconfigure
		    cd sconfigure
		    python setup.py install [ --prefix=/install/path ]

        
Download
=========

	Please run the command::

	    svn co https://sconfigure.svn.sourceforge.net/svnroot/sconfigure/STABLE

	or download from subversion.
    

Installing
===========
    
		    
	**Build**::

	    python setup.py build
    
	**Test**::

	.. note:: No tests are currently available.

	**Install**::

	    python setup.py install
	    
	Please see the python distutils documentation for more information.