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