Last active
August 29, 2015 14:04
-
-
Save shoya140/f051cad97d8d0904a715 to your computer and use it in GitHub Desktop.
iPython notebookのための環境構築
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install gcc freetype python | |
pip install numpy scipy ipython tornado pyzmq matplotlib jinja2 | |
pip install scikit-learn scikit-image multiprocessing #options | |
brew install opencv #opencv should be installed after installing brew/python and numpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment