Installation
Requirements
This code makes use of:
All of them can be easily installed with pip. For additional capabilities, you can install:
Pip
In the console type
pip install astroemperor
From Source
In the console type
git clone https://github.com/ReddTea/astroemperor
cd astroemperor
python -m pip install -e .
Recommendation
If you are using conda, I recommend creating an environment for running the EMPEROR:
conda create -n emperor python=3.12