Pipeline Scripts for LAT DM Analysis
The instructions assume that you already have a functioning installation of fermipy and the Fermi STs. For documentation on installing fermipy/STs see this page.
To install a tagged release from pip:
$ pip install dmpipe
To install a development version from source:
$ git clone https://github.com/fermiPy/dmpipe.git
$ cd dmpipe
# To install the current commit
$ python setup.py install
# To install for development/debugging
$ python setup.py develop