Python on macOS
caution
Before trying to install Python, make sure you have Homebrew installed.
If you haven’t installed it yet, please refer to the installation guide.
Installation
You can install it by executing the following command in a terminal :
brew install python
Verify Installation
After installation, check that Python is correctly installed:
python --version
You should see the installed Python version, e.g., Python 3.14.