zhongjiajie opened a new pull request #4966: [AIRFLOW-4062] Improve docs on install extra package commands URL: https://github.com/apache/airflow/pull/4966 Some command for installing extra packages like `pip install apache-airflow[devel]` cause error in special situation/shell, We should clear them by add quotation like `pip install 'apache-airflow[devel]'` Make sure you have checked _all_ steps below. - https://issues.apache.org/jira/browse/AIRFLOW-4062 ### Code Quality - [x] Passes `flake8`
---------------------------------------------------------------- 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
