본문 바로가기

Machine Learning

윈도우에서 python package 설치

http://www.lfd.uci.edu/~gohlke/pythonlibs


상기 링크에서 관련 패키지 파일을 파이썬 버전에 맞게 다운로드 (cp35: python 3.5, amd64: 64bit windows)


command 창을 열고, python 설치 경로로 이동.


다음 명령으로 pip update: python -m pip install --upgrade pip


다음 명령어로 설치: python -m pip install "설치 경로"