OS sierra HomeBrew installed
Install python3.6.1 (because it is the latest as of May 11, 2017) and pip according to this article
The following packages are introduced in pip
pip install numpy #For matrix handling
pip install scipy #I often hear something, so let's check it after putting it in
pip install scikit-learn #For machine learning
pip install matplotlib #For graph output
Download and install pycharm from the Official Site. The community edition is free but enough
In the Project Interpreter in the preference menu, there is a choice like "path of python3.6.1 installed with pyenv", so select it and press the Apply button
After that, you can debug by setting a breakpoint and pressing the bug button on the upper right.
Recommended Posts