对系统 Ubuntu 11.10 到 14.04:输入以下命令即可
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git
sudo pip install Theano
For Ubuntu 11.04:
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ git libatlas3gf-base libatlas-dev
sudo pip install Theano
Linux 14.04 CUDA theano安装:http://www.linuxdiyf.com/linux/16343.html
Fedora安装theano:http://www.linuxdiyf.com/linux/14998.html
Ubuntu安装Theano+CUDA:http://www.linuxdiyf.com/linux/2697.html