首页 > 编程语言 > 详细

Linux 系统下安装 python-skimage

时间:2019-01-18 13:26:50      阅读:461      评论:0      收藏:0      [点我收藏+]

Linux 系统下安装 python-skimage


 

安装必须的依赖

// python-mumpy
// python-scipy
// python-matplotlib
$ sudo apt-get install python-numpy
$ sudo apt-get install python-scipy
$ sudo apt-get install python-matplotlib

安装python-skimage

sudo pip3 install scikit-image

  

Linux 系统下安装 python-skimage

原文:https://www.cnblogs.com/wjw1014/p/10287081.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!