Skip to content

Commit

Permalink
📝 Update installation of freethreaded Python
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Nov 19, 2024
1 parent 92a368f commit c7d407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If different Python versions are required, for example to test libraries with
:doc:`test/tox`, I use `uv <https://docs.astral.sh/uv/guides/install-python/>`_.
This allows not only older CPython versions to be installed but also `PyPy
<https://pypy.org>`_ or free-threaded Python 3.13 with ``uv python install
[email protected]`` or ``uv python install 3.13t``.
[email protected]`` or ``uv python install --python-preference only-managed 3.13t``.

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

0 comments on commit c7d407e

Please sign in to comment.