Files
OpenLane/docs/source/getting_started/installation/installation_macos.md
2024-06-26 11:58:35 +03:00

464 B

macOS 11+

Installation of required packages

First install Homebrew then run script below to install the required packages:

brew install python make
brew install --cask docker

If brew and the dependencies are already installed, make sure they are up to date:

brew update
brew upgrade python make
brew upgrade --cask docker