Installing homebrew
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ echo ‘export PATH="/usr/local/bin:$PATH"‘ >> ~/.bash_profile
$ brew doctor
Installing Matplotlib
Lapomme@lapommedemacbook-pro:~|? sudo pip3 install matplotlib
The directory '/users/lapomme/library/caches/pip/http ' or its parent directory was not owned by the current user and the CA Che has been disabled. Please check the permissions and owner for that directory. If executing pip with sudo, your may want sudo ' s-h flag.
The directory '/users/lapomme/library/caches/pip ' or its parent directory isn't owned by the current user and caching whe Els has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, your may want sudo ' s-h flag.
Collecting Matplotlib
Downloading matplotlib-1.5.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_ INTEL.MACOSX_10_10_X86_64.WHL (11.2MB)
100% |████████████████████████████████| 11.2MB 42kb/s
Collecting pyparsing!=2.0.0,!=2.0.4,!=2.1.2,>=1.5.6 (from Matplotlib)
Downloading PYPARSING-2.1.10-PY2.PY3-NONE-ANY.WHL (56kB)
100% |████████████████████████████████| 57kB 280kb/s
Collecting Python-dateutil (from Matplotlib)
Downloading PYTHON_DATEUTIL-2.6.0-PY2.PY3-NONE-ANY.WHL (194kB)
100% |████████████████████████████████| 196kB 297kb/s
Collecting Cycler (from Matplotlib)
Downloading CYCLER-0.10.0-PY2.PY3-NONE-ANY.WHL
Collecting Pytz (from Matplotlib)
Downloading PYTZ-2016.7-PY2.PY3-NONE-ANY.WHL (480kB)
100% |████████████████████████████████| 483kB 506kb/s
Collecting numpy>=1.6 (from Matplotlib)
Downloading numpy-1.11.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_ INTEL.MACOSX_10_10_X86_64.WHL (3.9MB)
100% |████████████████████████████████| 3.9MB 106kb/s
Collecting six>=1.5 (from Python-dateutil->matplotlib)
Downloading SIX-1.10.0-PY2.PY3-NONE-ANY.WHL
Installing collected Packages:pyparsing, six, Python-dateutil, Cycler, Pytz, NumPy, matplotlib
Successfully installed cycler-0.10.0 matplotlib-1.5.3 numpy-1.11.2 pyparsing-2.1.10 python-dateutil-2.6.0 pytz-2016.7 six-1.10.0
You are using the PIP version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the ' pip install--upgrade pip ' command.
Installing scipy
Lapomme@lapommedemacbook-pro:~|? pip3 Install scipy
Collecting scipy
Downloading scipy-0.18.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_ INTEL.MACOSX_10_10_X86_64.WHL (21.0MB)
100% |████████████████████████████████| 21.0MB 24kb/s
Requirement already satisfied (use--upgrade to upgrade): numpy>=1.7.1 in/library/frameworks/python.framework/ Versions/3.5/lib/python3.5/site-packages (from SciPy)
Installing collected packages:scipy
Successfully installed scipy-0.18.1
You are using the PIP version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the ' pip install--upgrade pip ' command.
Installing NumPy
Lapomme@lapommedemacbook-pro:~|? pip3 Install numpy
Requirement already satisfied (use--upgrade to upgrade): NumPy in/library/frameworks/python.framework/versions/3.5/ Lib/python3.5/site-packages
You are using the PIP version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the ' pip install--upgrade pip ' command.
Install NumPy matplotlib scipy on Mac