This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 6fb7af49cdf Fix formatting in installation methods note (#60196)
6fb7af49cdf is described below
commit 6fb7af49cdfc9dfd0f7c776798996c695866ab18
Author: not the droid you are looking for <[email protected]>
AuthorDate: Wed Jan 7 00:55:29 2026 -0600
Fix formatting in installation methods note (#60196)
Fix small spacing
---
airflow-core/docs/start.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/docs/start.rst b/airflow-core/docs/start.rst
index de97fe70786..a2ed26fd34b 100644
--- a/airflow-core/docs/start.rst
+++ b/airflow-core/docs/start.rst
@@ -26,7 +26,7 @@ This quick start guide will help you bootstrap an Airflow
standalone instance on
Successful installation requires a Python 3 environment. Starting with
Airflow 3.1.0, Airflow supports Python 3.10, 3.11, 3.12, 3.13.
- Officially supported installation methods is with``pip`` or ``uv``.
+ Officially supported installation methods is with ``pip`` or ``uv``.
Run ``pip install apache-airflow[EXTRAS]==AIRFLOW_VERSION --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-AIRFLOW_VERSION/constraints-PYTHON_VERSION.txt"``,
for example ``pip install "apache-airflow[celery]==3.0.0" --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.10.txt"``
to install Airflow in a reproducible way. You can also use - much faster -
``uv`` - by adding ``uv`` before the command.