Requirements ============ * python >= 2.6 and python < 3.0 * atlas >= 3.6 * blas >= 1.2 * fftw3 >= 3.2 * gdbm >= 1.8 * setuptools >= 0.6.10 * numpy >= 1.2 * scipy >= 0.7 * pyfits >= 3.1 * ephem >= 3.7.5 * aipy >= 0.9.1 * pytz >= 2011k * matplotlib >= 0.98.3 [1]_ .. [1] Required for some of the included scripts Building ======== The LSL package is installed as a regular Python package using distutils. Unzip and untar the source distribution. Setup the python interpreter you wish to use for running the package applications and switch to the root of the source distribution tree. A setup configuration script is required to run the build process. A sample config file may be found in the root directory of the source distribution as 'setup.cfg'. Do not modify any of the lines in the [build_ext] section of the config file. To build the LSL package, run:: python setup.py build Testing ======= To test the as-build LSL package, run:: python setup.py test Installing ========== Install LSL by running:: python setup.py install [--prefix=|--user] If the '--prefix' option is not provided, then the installation tree root directory is the same as for the python interpreter used to run setup.py. For instance, if the python interpreter is in '/usr/local/bin/python', then will be set to '/usr/local'. Otherwise, the explicit value is taken from the command line option. The package will install files in the following locations: * /bin * /lib/python2.6/site-packages * /share/doc * /share/install If an alternate value is provided, you should set the PATH environment to include directory '/bin' and the PYTHONPATH environment to include directory '/lib/python2.6/site-packages'. If the '--user' option is provided, then then installation tree root directory will be in the current user's home directory.