[
https://issues.apache.org/jira/browse/AIRFLOW-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799999#comment-16799999
]
ASF GitHub Bot commented on AIRFLOW-4062:
-----------------------------------------
ashb commented on pull request #4965: Revert "[AIRFLOW-4062] Clear install
extra package command"
URL: https://github.com/apache/airflow/pull/4965
Reverts apache/airflow#4897
It has doc warnings/failures.
----------------------------------------------------------------
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]
> Clear install extra package command
> -----------------------------------
>
> Key: AIRFLOW-4062
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4062
> Project: Apache Airflow
> Issue Type: Improvement
> Components: docs
> Affects Versions: 1.10.2
> Reporter: zhongjiajie
> Assignee: zhongjiajie
> Priority: Minor
> Labels: easyfix
> Fix For: 1.10.3
>
>
> Some of our docs using
> {code:java}
> pip install apache-airflow[devl]{code}
> I think we should clear the install command, change to
> {code:java}
> pip install 'apache-airflow[devl]'{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)