[ 
https://issues.apache.org/jira/browse/AIRFLOW-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800630#comment-16800630
 ] 

ASF subversion and git services commented on AIRFLOW-4062:
----------------------------------------------------------

Commit ffe1412d5efa288f15ebcdb3ca03b9531ea1a1f3 in airflow's branch 
refs/heads/master from Jiajie Zhong
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ffe1412 ]

[AIRFLOW-4062] Improve docs on install extra package commands (#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]'`

> 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)

Reply via email to