Try this pip install git+ https://github.com/apache/incubator-airflow/#egg=airflow[password,celery,mysql,s3,slack,hive]
It should install from master with dependencies. On Tue, Sep 13, 2016 at 1:27 AM, Adinata <[email protected]> wrote: > 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 >
