Metadata-Version: 2.1
Name: easyFermi
Version: 1.0.1
Summary: The easiest way to analyze Fermi-LAT data
Home-page: UNKNOWN
Author: Raniere de Menezes
Author-email: <easyfermi@gmail.com>
License: UNKNOWN
Keywords: python,fermi,GUI,graphical interface,easyFermi,gamma-rays
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# easyFermi
The easiest way to analyze Fermi-LAT data

# Requirements
easyFermi relies on Python 3, Fermitools and Fermipy. 

We recommend the user to install Miniconda 3 or Anaconda 3 to proceed.

To install Fermitools and Fermipy with conda, do:

<pre><code>conda env create --name fermipy -c conda-forge -c fermipy python=3.7 fermitools=2.0.8

conda install --name fermipy -c conda-forge fermipy
</code></pre>

Once this process is complete, use the following command to activate the environment:

<pre><code>conda activate fermipy
</code></pre>

For more details, check the documentation of Fermipy here: https://fermipy.readthedocs.io/en/latest/install.html


# Installation 

Once you are in the fermipy environment, the first step is to install PyQt5:


<pre><code>pip install PyQt5
</code></pre>

# Tutorials

You can check easyFermi tutorials on YouTube:

https://www.youtube.com/channel/UCeLCfEoWasUKky6CPNN_opQ



