Hi all, Currently to install airflow I uses the command below:
pip install airflow[password,celery,mysql,s3,slack,hive]==1.7.1.3 How to install airflow from master with the dependency? I know I can install from github with pip using pip install https://github.com/apache/incubator-airflow/archive/master.zip But it doesn't install subpackage (like celery, hive, etc). -- *Adinata* Engineer - UrbanIndo.com
