potiuk commented on code in PR #40227: URL: https://github.com/apache/airflow/pull/40227#discussion_r1639890985
########## docs/apache-airflow/installation/upgrading.rst: ########## @@ -57,6 +57,11 @@ when you choose to upgrade airflow via their UI. How to upgrade ============== +Reinstall Apache Airflowâ„¢, specifying the desired new version. For example, in the case of a bootstrapped +local instance, you can upgrade easily by setting the ``AIRFLOW_VERSION`` environment variable Review Comment: Hmm. That's still a little misleading. That works for quick-start (so the first doc linked below) - but when you go to "Installing airlfow" - second link (and most of the times people are using PyPI to install) there is no `AIRFLOW_VERSION` variable mentioned whe installing from PyPI. So that might be a bit confusing for people. -- 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]
