Installing whampy

Requirements

This package has the following dependencies:

Optional to overplot FITS Data cubes in click_map and use different map projections * cartopy <https://scitools.org.uk/cartopy/docs/latest/>`_0.17.0 or later * `spectral cube >=0.4.4 * pyregion>=2.0 * Regions >=0.3dev, optional

(Serialises/Deserialises DS9/CRTF region files and handles them. Used when extracting a subcube from region)

Installation

You can install whampy using pip:

pip install whampy

To install the latest developer version of whampy you can type:

git clone https://github.com/Deech08/whampy.git
cd whampy
python setup.py install

You may need to add the --user option to the last line if you do not have root access. You can also install the latest developer version in a single line with pip:

pip install git+https://github.com/Deech08/whampy.git