From 719b3462b58bd5c4fc12d93cb978f824bc7a610b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 1 Oct 2024 07:35:34 -0700 Subject: [PATCH] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d4601d1a3..dbb94a75b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -5,7 +5,7 @@ As tool -------- :pypi:`tox` is a CLI tool that needs a Python interpreter (version 3.7 or higher) to run. We recommend either -:pypi:`pipx` or :pypi:`ruff` to install tox into an isolated environment. This has the added benefit that later you'll +:pypi:`pipx` or :pypi:`uv` to install tox into an isolated environment. This has the added benefit that later you'll be able to upgrade tox without affecting other parts of the system. We provide method for ``pip`` too here but we discourage that path if you can: