@@ -29,14 +29,6 @@ installed, this should not be a problem.
2929 One disadvantage is that you have to return to the website regularly to
3030 check for security updates as there is no integrated auto-updater.
3131
32- .. _various-python-versions :
33-
34- If different Python versions are required, for example to test libraries with
35- :doc: `test/tox `, I use `uv <https://docs.astral.sh/uv/guides/install-python/ >`_.
36- This allows not only older CPython versions to be installed but also `PyPy
37- <https://pypy.org> `_ or free-threaded Python 3.13 with ``uv python install
38- [email protected] `` or ``
uv python install 3.13t ``.
39-
4032.. tab :: macOS
4133
4234 You can obtain Python directly from https://www.python.org/downloads/macos/.
7971 One disadvantage is that you have to return to the website regularly to
8072 check for security updates, as there is no integrated auto-updater.
8173
74+ .. _various-python-versions :
75+
76+ If different Python versions are required, for example to test libraries with
77+ :doc: `test/tox `, I use `uv <https://docs.astral.sh/uv/guides/install-python/ >`_.
78+ This allows not only older CPython versions to be installed but also `PyPy
79+ <https://pypy.org> `_ or free-threaded Python 3.13 with ``uv python install
80+ [email protected] `` or ``
uv python install 3.13t ``.
81+
8282.. tip ::
8383 `direnv <https://direnv.net >`_ allows you to set environment variables
8484 depending on the directory. This allows you to install environment variables
0 commit comments