imageio 패키지 - install

CODEDRAGON Development/Python

반응형


 

 

imageio 패키지 - install

 

pip install imageio

 

C:\CodeLab>pip install imageio

Collecting imageio

  Downloading https://files.pythonhosted.org/packages/1a/de/f7f985018f462ceeffada7f6e609919fbcc934acd

9301929cba14bc2c24a/imageio-2.6.1-py3-none-any.whl (3.3MB)

     |████████████████████████████████| 3.3MB 469kB/s

Requirement already satisfied: numpy in c:\python\python36\lib\site-packages (from imageio) (1.14.4)

Requirement already satisfied: pillow in c:\python\python36\lib\site-packages (from imageio) (5.1.0)

Installing collected packages: imageio

Successfully installed imageio-2.6.1

 

C:\CodeLab>

 

 


반응형

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

reshape(), -1  (0) 2020.01.03
벡터 연산(Vectorized Computation)  (0) 2020.01.03
Infinity  (0) 2020.01.02
shutil 모듈 (Shell Utils)  (0) 2019.12.30
zip()  (0) 2019.12.29