Skip to content

Instantly share code, notes, and snippets.

@liuguiyangnwpu
Last active January 12, 2017 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liuguiyangnwpu/0afa91da2f0c6581321f8087719e008e to your computer and use it in GitHub Desktop.
Save liuguiyangnwpu/0afa91da2f0c6581321f8087719e008e to your computer and use it in GitHub Desktop.
  • install python3
brew install python3 
brew install homebrew/dupes/tcl-tk
brew uninstall python3
# brew install python3 --with-brewed-tk
brew install python3 --with-tcl-tk
brew linkapps python3

brew uninstall freetype
pip3 install freetype
pip3 install git+git://github.com/matplotlib/matplotlib.git
  • install opencv3
brew install opencv3 --without-openexr --with-python3 --c++11 --with-contrib
brew install opencv3 --with-python3 --with-contrib
brew link --force opencv3
brew linkapps
brew doctor
brew config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment