Skip to content

rbiswas4/AnalyzeSN

Repository files navigation

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

About

A repository with codes for supernova data analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published