これから機械学習を勉強する人のためのpython install memo
*python install on cygwin (windows)
launch cygwin installer, select Python.
*python install(3.x) on windows
install from installer(www.python.org/downloads)
launch cmd.(INST=installed directory contains ‘python.exe’)
INST>python -m ensurepip
INST>python -m pip install numpy
INST>python -m pip install Pillow
INST>python -m pip install matplotlib
Posted on: 2016年1月5日, by : UMU