Theano Installation Instruction on Windows Machine
Install TDM GCC x64. Install Anaconda x64. run conda update conda. run conda update --all. run conda install mingw libpython. Install Theano (how you do this depends on whether you want to interact with the Theano source code or not, and whether you want the "bleeding edge" version, or are happy with the last, but out-of-date major release). Older version: e.g. pip install Theano. Bleeding edge version: e.g. pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git (see linked documentation for more options) Reference: How to install Theano on Anaconda Python 2.7 x64 on Windows?