Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.2 KB

desipipe

desipipe is an attempt to provide a common framework for running DESI clustering analyses, handling files, submitting jobs, etc. within Python alone.

Example notebooks presenting most use cases are provided in directory nb/.

Documentation

Documentation in construction on Read the Docs, desipipe docs. See in particular getting started.

Requirements

Installation

pip

Simply run:

python -m pip install git+https://github.com/cosmodesi/desipipe

git

First:

git clone https://github.com/cosmodesi/desipipe.git

To install the code:

python setup.py install --user

Or in development mode (any change to Python code will take place immediately):

python setup.py develop --user

License

despipe is free software distributed under a BSD3 license. For details see the LICENSE.

Acknowledgments