Python相关包的安装

Python安装shogun:https://github.com/shogun-toolbox/shogun/wiki/INSTALL

ffmpeg安装:http://blog.csdn.net/redstarofsleep/article/details/45092145

其他包(转载自http://blog.sina.com.cn/s/blog_76dc45450100qqi6.html)

numpy:
sudo apt-get install python-numpy

scipy:
sudo apt-get install python-scipy

pil:
sudo apt-get install python-imaging
sudo apt-get install python-imaging-tk

scite:
sudo apt-get install python-scite

python性能剖分工具
sudo apt-get install python-profiler

原文地址:https://www.cnblogs.com/ycjing/p/5289620.html