From c7d407e5080fd39417004aa2845742a70541c523 Mon Sep 17 00:00:00 2001 From: Veit Schiele Date: Tue, 19 Nov 2024 22:51:45 +0100 Subject: [PATCH] :memo: Update installation of freethreaded Python --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 3bc9556..d86dc38 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -77,7 +77,7 @@ If different Python versions are required, for example to test libraries with :doc:`test/tox`, I use `uv `_. This allows not only older CPython versions to be installed but also `PyPy `_ or free-threaded Python 3.13 with ``uv python install -pypy@3.12`` or ``uv python install 3.13t``. +pypy@3.12`` or ``uv python install --python-preference only-managed 3.13t``. .. tip:: `direnv `_ allows you to set environment variables