You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/01/10 19:57:46 UTC

[airflow] branch main updated: Python3 requisite start local (#20777)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new bb5bd64  Python3 requisite start local (#20777)
bb5bd64 is described below

commit bb5bd64948596f284dd70929010724946cbfa414
Author: Michael Robinson <68...@users.noreply.github.com>
AuthorDate: Mon Jan 10 14:55:33 2022 -0500

    Python3 requisite start local (#20777)
---
 docs/apache-airflow/start/local.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/apache-airflow/start/local.rst b/docs/apache-airflow/start/local.rst
index 498c54c..0c78636 100644
--- a/docs/apache-airflow/start/local.rst
+++ b/docs/apache-airflow/start/local.rst
@@ -24,6 +24,8 @@ This quick start guide will help you bootstrap an Airflow standalone instance on
 
 .. note::
 
+   Successful installation requires a Python 3 environment.
+
    Only ``pip`` installation is currently officially supported.
 
    While there have been successes with using other tools like `poetry <https://python-poetry.org/>`_ or