- Requirements:
Miniforge(recommended)
or
Miniconda3
or
Anaconda3
- Installation:
In the terminal, within the anaconda's base
virtual environmnet, run:
mamba create --name easyfermi -c conda-forge -c fermi python=3.9 "fermitools>=2.2.0" "healpy=1.16.1" "gammapy=1.1" "scipy=1.10.1" "astropy=5.3.3" "pyqt=5.15.9" "astroquery=0.4.6" "psutil=5.9.8" "emcee=3.1.4" "corner=2.2.2"
mamba activate easyfermi
pip install fermipy easyfermi
- Running:
In the terminal, run:
mamba activate easyfermi
python -c "import easyfermi"
Easyfermi GUI might open in a few seconds.
Reach out through GitHub for any questions.
- Requirements:
WSL (Windows Subsystem for Linux)
Miniforge(recommended)
or
Anaconda3
or
Miniconda3
- Installation:
In the terminal, within the WSL's
linux environment, run:
sudo apt-get install libgl1
Miniforge/Miniconda3/Anaconda3/ must have being
installed using WSL.
mamba create --name easyfermi -c conda-forge -c fermi python=3.9 "fermitools>=2.2.0" "healpy=1.16.1" "gammapy=1.1" "scipy=1.10.1" "astropy=5.3.3" "pyqt=5.15.9" "astroquery=0.4.6" "psutil=5.9.8" "emcee=3.1.4" "corner=2.2.2"
mamba activate easyfermi
pip install fermipy easyfermi
- Running:
In the terminal, run:
mamba activate easyfermi
python -c "import easyfermi"
Easyfermi GUI might open in a few seconds.
Reach out through GitHub for any questions.
Redirected to Linux instructions.