Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.14 KB

INSTALL.md

File metadata and controls

36 lines (23 loc) · 1.14 KB

Installation

Using conda

It is recommended, and by far the easiest way, to install FLaapLUC using e.g. conda:

conda install -c jlenain -c conda-forge -c fermi flaapluc

If you want to create a new environment for FLaapLUC, the following will do so, handling almost all required dependencies:

conda create -n flaapluc -c jlenain -c conda-forge -c fermi flaapluc

FLaapLUC depends on the Fermi-LAT ScienceTools as well as Enrico. The Fermi-LAT ScienceTools should automatically come with a conda installation of FLaapLUC. Enrico should be manually installed, though.

Build from source

It is of course still possible to build FLaapLUC from the source code to enjoy the bleeding-edge developments (and bugs!):

git clone https://github.com/jlenain/flaapluc
cd flaapluc
python setup.py install

Configuration

To activate your configuration for FLaapLUC, just do the following:

conda activate flaapluc