kaxil closed pull request #4246: [AIRFLOW-XXX] Replace airflow with 
apache-airflow
URL: https://github.com/apache/incubator-airflow/pull/4246
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 6903bf2a8a..1176031984 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,6 @@ under the License.
 [![PyPI - Python 
Version](https://img.shields.io/pypi/pyversions/apache-airflow.svg)](https://pypi.org/project/apache-airflow/)
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/ApacheAirflow.svg?style=social&label=Follow)](https://twitter.com/ApacheAirflow)
 
-_NOTE: The transition from 1.8.0 (or before) to 1.8.1 (or after) requires 
uninstalling Apache Airflow before installing the new version. The package name 
was changed from `airflow` to `apache-airflow` as of version 1.8.1._
-
 Apache Airflow (or simply Airflow) is a platform to programmatically author, 
schedule, and monitor workflows.
 
 When workflows are defined as code, they become more maintainable,
diff --git a/docs/security.rst b/docs/security.rst
index 1adefcd834..ea745836ac 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -258,7 +258,7 @@ To use kerberos authentication, you must install Airflow 
with the `kerberos` ext
 
 .. code-block:: base
 
-   pip install airflow[kerberos]
+   pip install apache-airflow[kerberos]
 
 OAuth Authentication
 --------------------
@@ -291,7 +291,7 @@ To use GHE authentication, you must install Airflow with 
the `github_enterprise`
 
 .. code-block:: base
 
-   pip install airflow[github_enterprise]
+   pip install apache-airflow[github_enterprise]
 
 Setting up GHE Authentication
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -339,7 +339,7 @@ To use Google authentication, you must install Airflow with 
the `google_auth` ex
 
 .. code-block:: base
 
-   pip install airflow[google_auth]
+   pip install apache-airflow[google_auth]
 
 Setting up Google Authentication
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to