Homebrew (macOS)
Install Homebrew
- Check your system meets the requirements:
- A 64-bit Intel CPU or Apple Silicon CPU
- macOS Big Sur (11) (or higher)
- Install Command Line Tools (CLT) for xcode:
- Run
xcode-select --install
in a terminal window - Or download here
- Run
- Visit the Hombrew
website - Paste the script listed on that page into a terminal window
- After the installation finishes, check it was installed successfully by
typing
brew
into a terminal window - You are now ready to install packages using the command
brew install
in the terminal