Skip to content

Commit c7d407e

Browse files
committed
📝 Update installation of freethreaded Python
1 parent 92a368f commit c7d407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If different Python versions are required, for example to test libraries with
7777
:doc:`test/tox`, I use `uv <https://docs.astral.sh/uv/guides/install-python/>`_.
7878
This allows not only older CPython versions to be installed but also `PyPy
7979
<https://pypy.org>`_ or free-threaded Python 3.13 with ``uv python install
80-
[email protected]`` or ``uv python install 3.13t``.
80+
[email protected]`` or ``uv python install --python-preference only-managed 3.13t``.
8181

8282
.. tip::
8383
`direnv <https://direnv.net>`_ allows you to set environment variables

0 commit comments

Comments
 (0)