dev/breeze/doc/adr/0016-use-uv-tool-to-install-breeze.md
Table of Contents generated with DocToc
<!-- END doctoc generated TOC please keep comment here to allow auto update -->Date: 2024-11-11
Accepted
Supersedes 10. Use pipx to install breeze
The uv tools is a new modern python development environment management tool
and we adopt it in Airflow as recommended way to manage airflow local virtualenv and development
setup. It's much faster to install dependencies with uv than with pip and it has many
more features - including managing python interpreters, workspaces, syncing virtualenv and more.
While it is still possible to install breeze using pipx, we are now recommending uv and specifically
uv tool as the way to install breeze. Contributors should use uv tool to install breeze.
Those who used pipx, should clean-up and reinstall their environment with uv.