Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.24 KB

AnalyzeSN

Build StatusCoverage Status

A repository with codes for supernova data analysis

Software Requirements

You can find the requirements here

Installation

The prerequisite software can be installed using pip and conda. If you have a miniconda/anaconda distribution you should be able to do all of these. The following lines should install the code for the user. The first two lines create and activate an environment if you don't want to mess the python distribution.

# create and activate an environment
conda create --yes -n AnalyzeSN python
source activate AnalyzeSN
# Actual installation
conda config --add channels pandas
conda config --add channels astropy
conda install -q --yes --file ./continuous_integration/requirements.txt
conda list --explicit > spec-file.txtconda list --explicit > ./continuous_integration/spec-file.txt; 
pip install -r ./continuous_integration/pip_requirements.txt
python setup.py install --user

Contributors

  • R. Biswas
  • L. McBride