From 7044086776b8a5074ba914c622be682ed8d62c6c Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Fri, 7 Aug 2026 23:31:55 +0000 Subject: [PATCH] Mention uv in Python dependency management options Closes #1844 --- python/the-basics/initial-setup.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/the-basics/initial-setup.html.md b/python/the-basics/initial-setup.html.md index 1bc4dfeaf0..8f0bcc2254 100644 --- a/python/the-basics/initial-setup.html.md +++ b/python/the-basics/initial-setup.html.md @@ -20,6 +20,7 @@ We recommend the latest [supported versions](https://devguide.python.org/version For project and dependency management we use [Poetry](https://python-poetry.org/). Like most package managers, Poetry combines multiple tools in one. You have other options: +- [uv](https://docs.astral.sh/uv/) - [venv](https://docs.python.org/3/library/venv.html) and [pip](https://pip.pypa.io/) - [Pipenv](https://github.com/pypa/pipenv) - [pyenv](https://github.com/pyenv/pyenv)