Installation

From GitHub source:

brew install wget
git clone https://github.com/lyx12311/Astraea.git
cd Astraea
python setup.py install

Dependencies

The dependencies of Astraea are NumPy, matplotlib, pandas, Astropy, scikit-learn.

These can be installed using pip:

pip install numpy matplotlib pandas Astropy scikit-learn