mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
464 B
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