프로그래밍(Programming)/Python
파이썬 matplotlib 설치 하는 법
3DMP
2016. 11. 11. 18:21
cmd 창 띄우고
python -m pip install -U pip setuptools python -m pip install matplotlib
하면 다운 받고 알아서 설치 됨
http://matplotlib.org/users/installing.html
반응형