potiuk commented on code in PR #49943:
URL: https://github.com/apache/airflow/pull/49943#discussion_r2066680670


##########
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 2.7.0, Airflow supports Python 3.9, 3.10, 3.11, and 3.12.
 
-   Officially supported installation methods include ``pip`` and ``uv``. Both 
tools provide a streamlined workflow for installing Airflow and managing 
dependencies.
+   Officially supported installation methods include ``pip`` and ``uv``. Both 
tools provide a streamlined workflow for installing Airflow and managing 
dependencies. To install with pip do ``pip install apache-airflow``

Review Comment:
   ```suggestion
      Officially supported installation methods is with  ``pip`. Run ``pip 
install apache-airflow==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 airfow in reproducible way
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to