
                +-----------------+
                | INSTALLING SLab |
                +-----------------+

SLab is intended to become a large software package that 
is contributed to by a large user base.
 
REPRODUCIBLE RESEARCH INSTALL
=============================
The reproducibility package can be used as standalone software and does not
have any prerequisites.  
To install, please change to the reproducibility directory and run.

    [shell]$ python setup.py install
    
This is a standard python distutils command for further information and
instructrion see http://docs.python.org/inst/inst.html

MINIMAL INSTALL (not implemented yet)
================
    A minimal install is designed to ...
    
    [shell]$ scons -f SConfig --minimal
    
STANDARD INSTALL
================
     [shell]$ scons -f SConfig
    
CUSTOM INSTALL
================
    [shell]$ scons -f SConfig [OPTIONS] [KEY WORD OPTIONS]
    
   OPTIONS:
    PATH OPTIONS:
      --prefix=PREFIX
      --lib-prefix=PREFIX/lib 
      --bin-prefix=PREFIX/bin 
      --include-prefix=PREFIX/include 
      --python-prefix=PREFIX/lib/python2.5/site-packages
      
      --no-std-python-install
    ENVIRONMENT OPTIONS:
      --config-file=FILE.py

      --fatal-error
    
    PACKAGE OPTIONS:
      --disable-components
      --disable-users
      --disable-tools
      
      
    
     