************
Installation
************
SNSEDextend works on Python 2.7 and Python 3.4+ and requires the
following Python packages:
- `numpy `_
- `scipy `_
- `astropy `_
- `SNCosmo `_
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