INSTALL.txt(v1.0.0)

(i) Standalone Python Package at: http://pypi.python.org/pypi/grammy.
    You can download the package and install it using:
	$tar -zxvf grammy.tar.gz  && cd lsa && python setup.py install
    or simply install it from your shell using:
	$easy_install grammy
    Sometimes, you still have to manually install the dependencies:
    	Python(>=2.5)
        	download @ http://www.python.org/
    	Numpy(>=1.0)
        	download @ http://www.scipy.org/
    	Scipy(>=0.6)
        	download @ http://www.scipy.org/
	Biopythn(>=1.0)
		download @ http://biopython.org/

(ii) Source code access at: https://bitbucket.org/charade/grammy.
    The python package is made open source for advanced users to pipeline the
    analysis or implement other variants.
    For dependence information please refer to the README.txt within the package.
