blob: e82bdc660125260027db472599fe209b6e005a61 [file] [log] [blame]
Christopher Dunnda498592015-04-18 18:24:46 -07001set -vex
2
3#brew update
4brew upgrade python3
5python3 -m venv venv
6source venv/bin/activate
7
8brew install ninja
9brew install meson
10
11#brew install pyenv
12#which pyenv