Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.93 KB

README.rst

File metadata and controls

76 lines (53 loc) · 1.93 KB

desigal

Travis Build Status Test Coverage Status Documentation Status

Introduction

This repository contains code and documentation for the DESI Galaxy and Quasar Physics (GQP) Working Group. For full documentation please visit desigal on Read the Docs.

Installation

This product is installable using pip or it can cloned directly from Github. For example, to install the "0.1.0" tag (or release) do

pip install git+https://github.com/desihub/[email protected]

Alternatively, you can clone the master branch from Github

git clone [email protected]:desihub/desigal.git

and then either install the package to an installation directory of your choice

python setup.py install --prefix=$INSTALL_DIR

or explicitly add the code directory to your $PYTHONPATH environment, e.g.

export PYTHONPATH=/path/to/desigal/py:$PYTHONPATH
export PATH=/path/to/desigal/bin:${PATH}

Product Contents

bin/
Executable scripts.
doc/
High-level documentation (.rst files).
etc/
Small data and configuration files.
py/
Python code.

License

desigal is free software licensed under a 3-clause BSD-style license. For details see the LICENSE.rst file.