Installing modspectra

Requirements

This package has the following dependencies:

Installation

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

git clone https://github.com/Deech08/modspectra.git
cd modspectra
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/modspectra.git

Note

Known Install Issue: dask may not install all requirementents needed for memmap procedure. If you use conda, you can fix this by running:: conda install dask