potiuk commented on code in PR #57027:
URL: https://github.com/apache/airflow/pull/57027#discussion_r2468011891
##########
airflow-core/docs/start.rst:
##########
Review Comment:
```suggestion
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 just adding ``uv`` before the command.
```
##########
airflow-core/docs/start.rst:
##########
Review Comment:
```suggestion
Officially supported installation methods is with ``pip`` or ``uv``.
```
--
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]