树莓派安装simplecv

先更新apt-get :

>  #sudo apt-get update

安装相关工具

sudo apt-get install python python-opencv
sudo apt-get install ipython python-opencv python-scipy python-numpy python-setuptools python-pip
sudo pip install https://github.com/ingenuitas/SimpleCV/zipball/master
sudo apt-get install python-pygame
sudo apt-get install python-imaging

你可能感兴趣的:(树莓派)