This describes a quick way of installing Theano on a Windows machine, based on the official general instructions.
-
Install the latest python with numpy, pip package manager, etc. by installing AnacondaCE. Note: at the time of writing, Anaconda PYTHON 3.5 is not stable on Windows due to missing build of libpython in condo that’s compatible with Python 3.5. I recommend installing Anaconda Python 2.7.
-
Once installed, run the following in Anaconda Prompt
conda install mingw libpython
-
Create a directory where you want to enlist Theano source code and run
git clone git://github.com/Theano/Theano.git cd Theano python setup.py develop
-
Verify that Theano is properly installed by
import theano
-
Create
HOME
system variable and place.theanorc.txt
Theano config file inside the folder thatHOME
points to.