Airflow directory for running ETL, reports, and notifications.
apt-get update
apt-get gcc
ORapt-get build-essential
Install Miniconda from anaconda.org
conda create -n airflow python=3.8
conda activate airflow
conda install cython
pip instal eth-brownie
source activate airflow