[
https://issues.apache.org/jira/browse/AIRFLOW-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800001#comment-16800001
]
ASF subversion and git services commented on AIRFLOW-4062:
----------------------------------------------------------
Commit c159e8e3915bdbf8882e86a12c2fc8c3d95afdac in airflow's branch
refs/heads/master from Ash Berlin-Taylor
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c159e8e ]
Revert "[AIRFLOW-4062] Improve docs on install extra package commands (#4897)"
(#4965)
This reverts commit d4655c506e0439e9cb7cc962d9ce9fbb8f7c6b3b as it causes doc
test warnings/failures.
> 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)