potiuk commented on a change in pull request #6902: [AIRFLOW-XXXX] Fix development packages installtion instructions URL: https://github.com/apache/airflow/pull/6902#discussion_r361842689
########## 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: @xinbinhuang -> yes. I think it makes sense. I think also we should solve it so that the error message is not shown. I even created a JIRA issue for it https://issues.apache.org/jira/browse/AIRFLOW-6265 I assumed you close it because you open another request :)? ---------------------------------------------------------------- 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
