xinbinhuang commented on a change in pull request #6902: [AIRFLOW-XXXX] Fix development packages installtion instructions URL: https://github.com/apache/airflow/pull/6902#discussion_r361782671
########## File path: LOCAL_VIRTUALENV.rst ########## @@ -106,7 +106,7 @@ To create and initialize the local virtualenv: 2. Install Python PIP requirements: - ``pip install -e ".[devel]"`` + ``pip install -U -e ".[devel,gcp,postgres,ssh]"`` Review comment: The reason I added `postgres` and `gcp` specifically is because when we first do `airflow db init` it will try to import the example dags (load_examples=yes). Though it can still init the database, the error message can be confusing to first-time contributors. Maybe we should add a note here instead? what do you think? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
