Skip to content

Commit

Permalink
Add Homebrew to suggested installation methods (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Oct 26, 2024
1 parent 84845ab commit e6a0c93
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/installing_cpython.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e6a0c93

Please sign in to comment.