This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c528166d696416950144d2891e14d0441ecac5d4 Author: Michael Robinson <[email protected]> AuthorDate: Mon Jan 10 14:55:33 2022 -0500 Python3 requisite start local (#20777) (cherry picked from commit bb5bd64948596f284dd70929010724946cbfa414) --- 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 6441306..8d0c71e 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
