NumPy 설치

CODEDRAGON Development/Python

반응형


 

 



Installing via pip

https://www.scipy.org/install.html


 

 

 

 

NumPy 설치

numpy pip을 사용하여 아래와 같이 간단히 설치할 수 있다.

pip install numpy

C:\Python\Python36-32\Scripts>pip install numpy

Collecting numpy

  Downloading numpy-1.13.1-cp36-none-win32.whl (6.8MB)

    100% |████████████████████████████████| 6.8MB 151kB/s

Installing collected packages: numpy

Successfully installed numpy-1.13.1

 

C:\Python\Python36-32\Scripts>

 

 

 


반응형

'Development > Python' 카테고리의 다른 글

파이썬 리스트를 사용 - 배열 생성 방법  (0) 2020.01.23
NumPy 유래  (0) 2020.01.23
numpy 정수 인덱싱 (integer indexing)  (0) 2020.01.23
파일 객체 해제  (0) 2020.01.23
파일 읽고 쓰기  (0) 2020.01.23