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)