Airflow tutorial

If you are following along with the tutorial then please start off like so:

# clone the repo

git clone git@github.com:sheenarbw/airflow-tutorial.git # OR
git clone https://github.com/sheenarbw/airflow-tutorial.git

cd airflow-tutorial

git checkout  0/dev-environment-setup

Set up your development environment according to these instructions.