jscheffl commented on code in PR #64405: URL: https://github.com/apache/airflow/pull/64405#discussion_r3006575799
########## airflow-core/docs/installation/index.rst: ########## @@ -49,6 +49,19 @@ via extras and providers. When you install Airflow, you need to :doc:`setup the database <setting-up-the-database>` which must also be kept updated when Airflow is upgraded. +Local start for development and testing +''''''''''''''''''''''''''''''''''''''' + +You just want to try it without all production complexity? If you have Astral ``uv`` installed, you can install Airflow directly from PyPI with the command below: Review Comment: Good point. Updated and added pipx. Can you make a second pass review? Wording OK? -- 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]
