AI開発/macへのPythonのインストール https://qiita.com/yoshizaki_kkgk/items/4663148a2b3ca078ddbc
Homebrewのインストール /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Python3のインストール brew install python3
Pythonライブラリのインストール pip3 install numpy # 線形代数 pip3 install scipy # 数式処理 pip3 install matplotlib # 描画 pip3 install pandas # データ操作
Python機械学習ライブラリのイストール pip3 install scikit-learn
Pythonディープラーニングライブラリのインストール pip3 install chainer
Pythonデータ分析ツールのインストール pip3 install jupyter