From 33a1752a4ea8b67804fd5ffccf2ef66737e7b44d Mon Sep 17 00:00:00 2001 From: Daniel Golden Date: Thu, 16 Oct 2014 12:55:53 -0700 Subject: [PATCH] Edit boost-python formula --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d8fb1c0..207e17d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -182,7 +182,7 @@ For each of these formulas, `brew edit FORMULA`, and add the ENV definitions as To edit the formulae in turn, run - for x in snappy leveldb protobuf gflags glog szip boost lmdb homebrew/science/opencv; do brew edit $x; done + for x in snappy leveldb protobuf gflags glog szip boost boost-python lmdb homebrew/science/opencv; do brew edit $x; done After this, run -- 2.7.4