Originally I had the non bleeding edge version of Theano which works fine in Anaconda 2. But I need the bleeding edge version for openCL use. However after putting "pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git" into the command prompt (which successfully installs the bleeding edge version) Theano no longer works. Doing "import theano" crashes python (anaconda).
The documentation is a little hard to understand and I'm not sure if it is for windows (10) which is what I am using. Is there something else I need to do to get the bleeding edge version to work?