Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions airflow-core/docs/installation/installing-from-pypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PyPI <https://pypi.org/project/apache-airflow/>`__.
Installation tools
''''''''''''''''''

Only ``pip`` installation is currently officially supported.
Only ``pip`` and ``uv`` installation is currently officially supported.

.. note::

Expand All @@ -33,7 +33,8 @@ Only ``pip`` installation is currently officially supported.
``pip`` - especially when it comes to constraint vs. requirements management.
Installing via ``Poetry`` or ``pip-tools`` is not currently supported. If you wish to install Airflow
using those tools you should use the constraints and convert them to appropriate
format and workflow that your tool requires.
format and workflow that your tool requires. Uv follows ``pip`` approach
with ``uv pip`` so it should work similarly.


Typical command to install Airflow from scratch in a reproducible way from PyPI looks like below:
Expand Down
5 changes: 3 additions & 2 deletions airflow-ctl/docs/installation/installing-from-pypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PyPI <https://pypi.org/project/apache-airflow-ctl/>`__.
Installation tools
''''''''''''''''''

Only ``pip`` installation is currently officially supported.
Only ``pip`` and ``uv`` installation is currently officially supported.

.. note::

Expand All @@ -33,7 +33,8 @@ Only ``pip`` installation is currently officially supported.
``pip`` - especially when it comes to constraint vs. requirements management.
Installing via ``Poetry`` or ``pip-tools`` is not currently supported. If you wish to install airflow
using those tools you should use the constraints and convert them to appropriate
format and workflow that your tool requires.
format and workflow that your tool requires. Uv follows ``pip`` approach
with ``uv pip`` so it should work similarly.

There are known issues with ``bazel`` that might lead to circular dependencies when using it to install
Airflow. Please switch to ``pip`` if you encounter such problems. ``Bazel`` community works on fixing
Expand Down
Loading
Loading