about summary refs log tree commit diff homepage
path: root/scripts/build/p-klee-osx.inc
blob: fae6bbd363f9ef8155bd98975bb69c3e98f1881f (plain) (blame)
1
2
3
4
5
6
# Build dependencies
install_build_dependencies_klee() {
  brew upgrade python               # upgrade to Python 3
  brew link --overwrite python
  pip3 install lit tabulate
}