Installing TurbuStat ==================== TurbuStat is currently only available from the `github repo `_. TurbuStat requires the follow packages: * numpy-1.6 * matplotlib * astropy-1.0 * scipy-0.12.0 * sklearn-0.13.0 * pandas-0.13 * statsmodels-0.4.0 * astrodendro-`dev `_ * `spectral-cube-v0.2.2 `_ * `signal-id `_ We recommend installing the `radio_beam `_ package to aid in the noise estimation in `signal-id `_. To install the packages, clone the repository: :: >>> git clone https://github.com/Astroua/TurbuStat Then install the package: :: >>> python setup.py install The script will install numpy and astropy if your python installation does not have them installed. Due to package conflicts, it will **NOT** install the rest of the dependencies! Until this can be fixed, you can check to see if you have all of the dependencies installed by running: :: >>> python setup.py check_deps If you find any issues in the installation, please make an `issue on github `_ or contact the developers at the email on `this page `_. Thank you!