[
https://issues.apache.org/jira/browse/AIRFLOW-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789159#comment-16789159
]
ASF GitHub Bot commented on AIRFLOW-4062:
-----------------------------------------
zhongjiajie commented on pull request #4897: [AIRFLOW-4062] Clear install extra
package command
URL: https://github.com/apache/airflow/pull/4897
Some command for installing extra packages are
`pip install apache-airflow[devel]` we should
clear install extra package command to
`pip install 'apache-airflow[devel]'`
[ci skip]
Make sure you have checked _all_ steps below.
### Jira
- [x] My PR addresses the following [Airflow
Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues
- In case you are fixing a typo in the documentation you can prepend your
commit with \[AIRFLOW-4062\], code changes always need a Jira issue.
### Description
- [x] Here are some details about my PR, including screenshots of any UI
changes:
Some command for installing extra packages are
`pip install apache-airflow[devel]` we should
clear install extra package command to
`pip install 'apache-airflow[devel]'`
----------------------------------------------------------------
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)