Installation

SNSEDextend works on Python 2.7 and Python 3.4+ and requires the following Python packages:

Install using pip

Using pip:

pip install surveySim

Note

You will need a C compiler (e.g. gcc or clang) to be installed for the installation to succeed due to SNCosmo.

Install latest development version

SNSEDextend is being developed on github. To get the latest development version using git:

git clone git://github.com/surveySim.git
cd surveySim

then:

python setup.py install