Installing TurbuStat ==================== The newest release of TurbuStat is available on pip:: >>> pip install turbustat # doctest: +SKIP TurbuStat can also be installed from the `github repository `_. TurbuStat requires the follow packages: * astropy * numpy * matplotlib * scipy * scikit-learn * statsmodels * scikit-image The following packages are optional when installing TurbuStat and are required only for specific functions in TurbuStat: * `spectral-cube `_ (>v0.4.4) - Efficient handling of PPV cubes. Required for calculating moment arrays in `turbustat.data_reduction.Moments`. * `radio_beam `_ - A class for handling radio beams and useful utilities. Required for correcting for the beam shape in spatial power spectra. Automatically installed with spectral-cube. * `astrodendro-development `_ - Required for calculating dendrograms in `turbustat.statistics.dendrograms` * `emcee `_ - MCMC fitting in `~turbustat.statistics.PCA` and `~turbustat.statistics.PDF`. * `pyfftw `_ - Wrapper for the FFTW libraries. Allows FFTs to be run in parallel. To install the development version, clone the repository:: >>> git clone https://github.com/Astroua/TurbuStat # doctest: +SKIP Change into the TurbuStat directory and run:: >>> pip install -e . # doctest: +SKIP 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!