Skip to content

Commit 0051ad6

Browse files
docs(start.rst): Adding pip package name to quick-start page (#49943)
* docs(start.rst): clarify the package name with pip Clarifying the package name would make it slightly easier for users * Update airflow-core/docs/start.rst --------- Co-authored-by: Jarek Potiuk <[email protected]>
1 parent 49c94c3 commit 0051ad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

airflow-core/docs/start.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ This quick start guide will help you bootstrap an Airflow standalone instance on
2626

2727
Successful installation requires a Python 3 environment. Starting with Airflow 2.7.0, Airflow supports Python 3.9, 3.10, 3.11, and 3.12.
2828

29-
Officially supported installation methods include ``pip`` and ``uv``. Both tools provide a streamlined workflow for installing Airflow and managing dependencies.
29+
Officially supported installation methods is with``pip`.
30+
31+
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.9.txt"`` to install Airflow in a reproducible way.
3032

3133

3234

0 commit comments

Comments
 (0)