From dd27048d1d05f4abe7281e8c23d4ad78deae7129 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:47:31 +0800 Subject: [PATCH] Add Homebrew to suggested installation methods This can now be installed using Homebrew as of Homebrew/homebrew-core#193855. --- docs/installing_cpython.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/installing_cpython.md b/docs/installing_cpython.md index a994a5b..aaf1a84 100644 --- a/docs/installing_cpython.md +++ b/docs/installing_cpython.md @@ -122,7 +122,7 @@ and installing the free-threaded binaries is also possible: sudo apt-get install python3.13-nogil ``` -### Conda Packages +### Multi-platform Package Managers === "Conda-forge" ```bash @@ -147,6 +147,17 @@ and installing the free-threaded binaries is also possible: [Full list of Anaconda test packages built with free-threading ABI.](https://anaconda.org/ad-testing/repo?label=py313_nogil&type=any) +=== "Homebrew" + On macOS and Linux, you can use Homebrew: + + ```bash + brew install python-freethreading + ``` + + This will install the interpreter at `$(brew --prefix)/bin/python3.13t`. + + On macOS, the Python framework built with the free-threading ABI can be found at `$(brew --prefix)/Frameworks/PythonT.framework`. + ## Containers The [manylinux containers](https://github.com/pypa/manylinux) have free-threaded