sudo apt-get install ipython python-opencv python-scipy python-numpy python-pygame python-setuptools git
git clone https://github.com/sightmachine/SimpleCV.git
cd SimpleCV/
# 接下来一步如果出现依赖不能安装的问题,实际测试的时候最后安装成功,因此可以忽略这个失败。如果出现MemoryError的错误,则对pip添加--no-cache-dir参数
sudo pip install -r requirements.txt
sudo python setup.py install
实践表明树莓派安装SimpleCV并不需要OpenCV的支持(不用首先安装OpenCV)